Skip to content

Commit

Permalink
Remove ignore setting
Browse files Browse the repository at this point in the history
  • Loading branch information
SAPikachu committed Feb 13, 2022
1 parent c5f9c3c commit 726510d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .rescriptsrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = [
new (require("@sentry/webpack-plugin"))({
validate: true,
include: "build",
ignore: ["node_modules", ".rescriptsrc.js"],
ext: ["js", "jsx", "ts", "tsx", "map", "jsbundle", "bundle"],
release: process.env.REACT_APP_RELEASE,
...(process.env.SENTRY_URL ? { url: process.env.SENTRY_URL } : {}),
Expand Down

0 comments on commit 726510d

Please sign in to comment.