Skip to content

fix(tracing): connect backend and frontend traces#529

Merged
rchl merged 7 commits intomainfrom
fix/connect-traces
Mar 24, 2023
Merged

fix(tracing): connect backend and frontend traces#529
rchl merged 7 commits intomainfrom
fix/connect-traces

Conversation

@rchl
Copy link
Copy Markdown
Member

@rchl rchl commented Mar 23, 2023

Resolves #500

@rchl rchl merged commit 30c3127 into main Mar 24, 2023
@rchl rchl deleted the fix/connect-traces branch March 24, 2023 09:22
@arkhamvm
Copy link
Copy Markdown

@rchl After updating from 7.1.3 to 7.1.5 server tracing in my project is gone. I tried 7.1.10 as well.

"@sentry/node": "7.45.0",
"@sentry/tracing": "7.45.0",

['@nuxtjs/sentry', {ignore: ['node_modules']}],

@rchl
Copy link
Copy Markdown
Member Author

rchl commented Mar 30, 2023

Revert module to 7.1.3 and check if it's working again.

@arkhamvm
Copy link
Copy Markdown

Reverted to 7.1.3 and it works.

@rchl
Copy link
Copy Markdown
Member Author

rchl commented Mar 30, 2023

You haven't given me a lot to work with but you can try to run with debug option enabled

sentry: {
  config: {
    debug: true
  }
}

and compare logs in the terminal with the working and non-working module versions.

@arkhamvm
Copy link
Copy Markdown

arkhamvm commented Apr 7, 2023

@rchl after many tests, I can't reproduce problem stable. Tracing randomly disappears after some rebuilds of project.
7.1.3 works stable.

You haven't given me a lot to work with

Of course I can send to you any info you needed.

you can try to run with debug option enabled

In cases when traces don't sending, debug log is empty.
Can it be issue with reducing bundle size feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Is performance monitoring really enabled on server?

2 participants