We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5190b96 commit 89b4e02Copy full SHA for 89b4e02
docs/platforms/javascript/common/configuration/options.mdx
@@ -457,7 +457,7 @@ Sentry.init({
457
{op: /^browser\.(cache|connect|DNS)$/},
458
459
// Fonts
460
- {op: 'resource.other', name: /\.(woff2|woff|ttf|eot)$/},
+ {op: 'resource.other', name: /.+\.(woff2|woff|ttf|eot)$/},
461
462
// CSS files
463
{op: 'resource.link', name: /.+\.css.*$/},
0 commit comments