Skip to content

Commit

Permalink
Add default include regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Silveira authored and 40thieves committed Mar 8, 2017
1 parent 30a82c4 commit e48c601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = class SentryPlugin {
? options.release()
: options.release

this.include = options.include
this.include = options.include || /\.js$|\.map$/
this.exclude = options.exclude

this.filenameTransform = options.filenameTransform || DEFAULT_TRANSFORM
Expand Down

0 comments on commit e48c601

Please sign in to comment.