Add rollbar module
This commit is contained in:
parent
168fab9955
commit
51eb917570
17 changed files with 1068 additions and 1 deletions
11
web/modules/contrib/rollbar/composer.json
Normal file
11
web/modules/contrib/rollbar/composer.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue