Skip to content

Commit

Permalink
Merge pull request mollie#683 from mollie/new-sentry-key
Browse files Browse the repository at this point in the history
New sentry key
  • Loading branch information
margud authored Mar 21, 2023
2 parents b81e030 + e16d696 commit ad6ad08
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://568e25d8c90e4e068f0f103aaa3d9112@o497594.ingest.sentry.io/5573860';
const SENTRY_KEY = 'https://c2c43f02599847d682e0a1fb7843600f@o497594.ingest.sentry.io/5573860';

const SENTRY_ENV = 'MISSING_ENV';

Expand Down

0 comments on commit ad6ad08

Please sign in to comment.