Skip to content

Commit

Permalink
Merge branch 'zackify:patch-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
40thieves committed Mar 8, 2017
2 parents 30a82c4 + e48c601 commit 6d80d3d
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 6d80d3d

Please sign in to comment.