Skip to content

Sentry Performance tracing does not work when lazy is set to true #590

@nieyuyao

Description

@nieyuyao

Version

@nuxtjs/sentry: 6.0.3
nuxt: 2.14.2

Sentry configuration

sentry: {
    tracesSampleRate: 0.1,
    lazy: true, //  works if set true
    vueOptions: {
      trackComponents: true,
    }

What is actually happening?

Sentry browser tracing is broken if lazy is false. But it works if lazy is true. Is this to be expected or a bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions