Skip to content

Commit

Permalink
chore: update sentry edge
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Feb 4, 2023
1 parent d6ff53d commit 0f89f7d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion public/rss/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>The David Dias | Front-End Developer, podcaster &amp; content creator</title>
<link>https://thedaviddias.dev</link>
<description>Hey, I'm David Dias! Front-End Developer based in Toronto/Canada. I love talking about code, technology, expatriation and life.</description>
<lastBuildDate>Sat, 04 Feb 2023 17:43:29 GMT</lastBuildDate>
<lastBuildDate>Sat, 04 Feb 2023 17:46:48 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>https://github.com/jpmonette/feed</generator>
<language>en</language>
Expand Down
2 changes: 1 addition & 1 deletion public/rss/fr/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>The David Dias | Développeur Front-End, podcasteur &amp; créateur de contenu</title>
<link>https://thedaviddias.dev</link>
<description>Salut toi! Je m'appele David Dias. Je suis développeur Front-End, podcasteur, créateur de contenu numérique passioné pour résoudre les problèmes digitaux et humains! J'aime rencontrer de nouvelles personnes, bâtir des communautées et parler de tech, d'expatriation et de web.</description>
<lastBuildDate>Sat, 04 Feb 2023 17:43:29 GMT</lastBuildDate>
<lastBuildDate>Sat, 04 Feb 2023 17:46:48 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>https://github.com/jpmonette/feed</generator>
<language>fr</language>
Expand Down
6 changes: 0 additions & 6 deletions sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,4 @@ Sentry.init({
dsn: SENTRY_DSN || 'https://0823630951cd4283831b65772dc9ed58@o515454.ingest.sentry.io/6601262',
tracesSampleRate: 0,
denyUrls: ['localhost'],
ignoreErrors: [
// ignore hydration issues
'Minified React error #418;',
'Minified React error #423;',
'Minified React error #425;',
],
})
15 changes: 15 additions & 0 deletions sentry.edge.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import * as Sentry from '@sentry/nextjs'

const SENTRY_DSN = process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN

Sentry.init({
dsn: SENTRY_DSN || 'https://0823630951cd4283831b65772dc9ed58@o515454.ingest.sentry.io/6601262',
tracesSampleRate: 0,
denyUrls: ['localhost'],
ignoreErrors: [
// ignore hydration issues
'Minified React error #418;',
'Minified React error #423;',
'Minified React error #425;',
],
})

2 comments on commit 0f89f7d

@vercel
Copy link

@vercel vercel bot commented on 0f89f7d Mar 11, 2023

Choose a reason for hiding this comment

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for thedaviddiasdev ready!

✅ Preview
https://thedaviddiasdev-45iuln69c-thedaviddias1.vercel.app

Built with commit 0f89f7d.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.