Skip to content

Commit

Permalink
feat: инициалзация @sentry/next из мониторинга
Browse files Browse the repository at this point in the history
  • Loading branch information
mxseev committed Jul 7, 2022
1 parent 052086b commit 40a84c2
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 456 deletions.
5 changes: 2 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const {withAxiom} = require('next-axiom');
const {withSentryConfig} = require("@gooditworks/monitoring/next")

module.exports = withAxiom({

})
module.exports = withSentryConfig(withAxiom({}))
Loading

0 comments on commit 40a84c2

Please sign in to comment.