Skip to content

Commit

Permalink
Merge pull request #829 from yosimasu/issues/code-push-rewrite-rule
Browse files Browse the repository at this point in the history
Add CodePush Rewrite Rule
  • Loading branch information
waltjones authored Feb 21, 2020
2 parents 2c1d14f + bb17ea4 commit d3ff8d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdks/rollbar.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@
"rewriteFilenamePatterns": [
"^.*/[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}/[^/]*.app/(.*)$",
"^.*/[0-9A-Fa-f]{64}/codepush_ios/(.*)$",
"^.*/[0-9A-Fa-f]{64}/codepush_android/(.*)$"
"^.*/[0-9A-Fa-f]{64}/codepush_android/(.*)$",
"^.*/[0-9A-Fa-f]{64}/CodePush/(.*)$"
]
},
"logLevel": "debug",
Expand Down

0 comments on commit d3ff8d8

Please sign in to comment.