Skip to content

Commit

Permalink
fix: don't log localhost errors - sentry. (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaskarSingh authored Mar 17, 2021
1 parent a9de2a1 commit 52b6f26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ module.exports = {
options: {
dsn: "https://[email protected]/5675666",
sampleRate: 0.7,
denyUrls: ["localhost:8000"]
},
},
],
Expand Down

0 comments on commit 52b6f26

Please sign in to comment.