Skip to content

Browser extension errors still logged, despite inbound setting and allowUrls #7047

Closed
@futzlarson

Description

@futzlarson

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which package are you using?

@sentry/angular

SDK Version

Latest

Framework Version

No response

Link to Sentry event

https://auxbus.sentry.io/issues/3706814090/?project=1375267&query=is%3Aunresolved&referrer=issue-stream

SDK Setup

        Sentry.init({
            // allowUrls: [] This is set, but leaving out
            // ignoreErrors: [] This is set, but leaving out

            release: '{{ release() }}',
            environment: '{{ App::environment() }}',

            replaysSessionSampleRate: {{ prod() ? '0.1' : '1.0' }},
            replaysOnErrorSampleRate: 1.0,
            integrations: [
                new Sentry.Integrations.Replay({
                    maskAllText: false,
                    blockAllMedia: false
                })
            ]

Steps to Reproduce

Issue is Non-Error promise rejection captured with value: null. Confirmed this is caused by a browser extension (1Password and Buffer - almost certainly 1Password) because once the user disabled them, the error went away. Only thing is, I have this on:

image

And allowUrls set. Shouldn't either of these options prevent this?

I can add this error to ignoreErrors, but I shouldn't have to, right? See #3451

Expected Result

Unimportant errors from extensions ignored.

Actual Result

Errors not ignored.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions