We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ea0eec + fba4507 commit 49b517dCopy full SHA for 49b517d
config/environment.js
@@ -10,6 +10,8 @@ module.exports = function(environment) {
10
'emberRollbarClient': {
11
enabled: environment !== 'test' && environment !== 'development',
12
accessToken: 'cc46e2e6402f4106a8ba71fe9752d69a',
13
+ verbose: true,
14
+ ignoredMessages: ["TransitionAborted"],
15
payload: {
16
client: {
17
javascript: {
0 commit comments