Skip to content

Commit 89b4e02

Browse files
Apply suggestion from @sfanahata
Co-authored-by: Shannon Anahata <[email protected]>
1 parent 5190b96 commit 89b4e02

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/configuration

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/configuration/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ Sentry.init({
457457
{op: /^browser\.(cache|connect|DNS)$/},
458458

459459
// Fonts
460-
{op: 'resource.other', name: /\.(woff2|woff|ttf|eot)$/},
460+
{op: 'resource.other', name: /.+\.(woff2|woff|ttf|eot)$/},
461461

462462
// CSS files
463463
{op: 'resource.link', name: /.+\.css.*$/},

0 commit comments

Comments
 (0)