Add rollbar module

This commit is contained in:
Oliver Davies 2021-04-14 14:39:04 +01:00
parent 168fab9955
commit 51eb917570
17 changed files with 1068 additions and 1 deletions

View file

@ -0,0 +1,11 @@
{
"name": "drupal/rollbar",
"description": "Rollbar integration for Drupal 8.",
"type": "drupal-module",
"license": "GPL 2.0+",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"rollbar/rollbar": "^1.0"
}
}