Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from 3.0.0 to 4.1.0 not sending errors to Sentry #280

Open
Luisetelo opened this issue Nov 5, 2019 · 0 comments
Open

Update from 3.0.0 to 4.1.0 not sending errors to Sentry #280

Luisetelo opened this issue Nov 5, 2019 · 0 comments

Comments

@Luisetelo
Copy link

Hi everyone,

I'm using ember-cli-sentry 3.0.0 with the following configuration:

    sentry: {
      dsn: process.env.SENTRY_DSN,
      development: false
      ravenOptions: {
        environment: 'local'
      }
    },

and it works perfectly fine. However, when I update to ember-cli-sentry 4.1.0 and the following config:

    sentry: {
      dsn: process.env.SENTRY_DSN,
      development: 'false',
      environment: 'local'
    },

I noticed that errors are not sent anymore to Sentry. They appear in the console. I also notice that isRavenUsable never becomes true.

In both cases, the project is built without the --environment=production flag.

Am I missing something in the configuration of ember-cli-sentry 4.1.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant