Skip to content

Commit

Permalink
Merge pull request #199 from penguin-statistics/fix-sentry
Browse files Browse the repository at this point in the history
fix(sentry): change sentry to self-hosted version
  • Loading branch information
GalvinGao authored Feb 11, 2020
2 parents 1ee9b44 + d462018 commit 3eae9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const production = process.env.NODE_ENV === 'production';

if (production) {
Sentry.init({
dsn: 'https://9636aaa824a744f98a619df0aaabba00@sentry.io/1536764',
dsn: 'https://aebfbfbe08de42f7a9f291f5ae9ebf97@sentry.imgal.vin/2',
integrations: [new Integrations.Vue({Vue, attachProps: true})],

// NOTE: the config below (`logErrors`) controls whether the error will be logged
Expand Down

1 comment on commit 3eae9c9

@vercel
Copy link

@vercel vercel bot commented on 3eae9c9 Feb 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.