You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should aid in resolving the app configuration from the right
location. Previously, it was calling `require` with a relative path from
the `index.js` file of the Sentry addon itself. This broke trying to
actually load the configuration file in _other_ addons that might
include this as a dependency.
By resolving the config path relative to the app root first, we can
correctly load the file even when `@sentry/ember` is used within another
addon.
0 commit comments