zivl / sentry-testkit

A Sentry plugin to allow Sentry report interception and further inspection of the data being sent
https://zivl.github.io/sentry-testkit/
MIT License
112 stars 26 forks source link

Question: can you use sentry-testkit to extract tracing / performance data? #63

Closed ianwalter closed 3 years ago

ianwalter commented 4 years ago

Not sure if sentry-testkit only provides exception reports or if I just haven't configured Sentry correctly. Seems like the former. Thank you.

zivl commented 3 years ago

can you pls elaborate more? specify a use case? what performance data? etc...

ohana54 commented 3 years ago

sentry-testkit indeed provides only exception reports, it doesn't yet support the performance metrics product. I just encountered the same need and will try to work on a PR for that.

ohana54 commented 3 years ago

@ianwalter I don't know if it's still relevant but I opened https://github.com/wix/sentry-testkit/pull/82

ohana54 commented 3 years ago

@zivl since the PR was merged and the feature released, can we close this issue?

zivl commented 3 years ago

yep! thanks @ohana54 & @ianwalter