Skip to content

@sentry/ember: Missing configuration #3219

Closed
@charlesfries

Description

@charlesfries

Package + Version

  • @sentry/browser
  • @sentry/node
  • raven-js
  • raven-node (raven for node)
  • other: @sentry/ember

Version:

6.0.3

Description

I am seeing the following runtime error when upgrading @sentry/ember from 6.0.2 to 6.0.3:

Uncaught Error: Assertion Failed: Missing configuration.

I am initializing Sentry via InitSentryForEmber() in app.js without any arguments--DSN and other config options are pulled from config/environment.js

ENV['@sentry/ember'] = {
  disablePerformance: true,
  sentry: {
    dsn: '<dsn>',
    enabled: environment === 'production',
    environment,
  },
};

This issue seems related to #3174 but I am using neither Embroider nor FastBoot.

Screen Shot 2021-01-30 at 2 11 50 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions