Skip to content

Commit

Permalink
Update src/js/tools/metroconfig.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Sep 6, 2024
1 parent 03b8acc commit 3d5a1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tools/metroconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function withSentryConfig(
if (annotateReactComponents) {
newConfig = withSentryBabelTransformer(newConfig);
}
if (options.includeWebReplay === false) {
if (includeWebReplay === false) {
newConfig = withSentryResolver(newConfig, includeWebReplay);
}

Expand Down

0 comments on commit 3d5a1c0

Please sign in to comment.