Skip to content

Commit

Permalink
[BUMP] Update dependency @sentry/ember to v8 (mon-pix)
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored May 31, 2024
2 parents aa8628f + d992f4b commit b4ca3af
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 795 deletions.
4 changes: 2 additions & 2 deletions mon-pix/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import '@formatjs/intl-pluralrules/locale-data/fr';
import '@formatjs/intl-getcanonicallocales/polyfill';

import Application from '@ember/application';
import { InitSentryForEmber } from '@sentry/ember';
import { init as initSentry } from '@sentry/ember';
import loadInitializers from 'ember-load-initializers';
import Resolver from 'ember-resolver';
import config from 'mon-pix/config/environment';

if (config.sentry.enabled) {
InitSentryForEmber();
initSentry();
}

export default class App extends Application {
Expand Down
Loading

0 comments on commit b4ca3af

Please sign in to comment.