Skip to content

Commit

Permalink
Merge pull request #482 from Invertus/new-sentry-key
Browse files Browse the repository at this point in the history
added new sentry key
  • Loading branch information
margud authored Dec 2, 2021
2 parents f54ebe5 + ee40c18 commit 4011134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Config
{
const SEGMENT_KEY = 'x8qDW8mWIlcY9SXbMhKLoH7xYQ1cSxF2';

const SENTRY_KEY = 'https://6c6926cfb8fa43deba653bfdc6c25b78@o497594.ingest.sentry.io/5573860';
const SENTRY_KEY = 'https://0fbb55276ced4210ad7d36f8c10de438@o497594.ingest.sentry.io/5573860';

const SENTRY_ENV = 'MISSING_ENV';

Expand Down

0 comments on commit 4011134

Please sign in to comment.