getsentry / sentry-javascript

Official Sentry SDKs for JavaScript
https://sentry.io
MIT License
7.88k stars 1.55k forks source link

Emit breadcrumbs for `genericPoolIntegration` #13777

Closed timfish closed 4 hours ago

timfish commented 4 hours ago

We should emit breadcrumbs for the genericPoolIntegration.

It is important not to tie this to spans, as these have no data when not sampled. Instead, where possible we need to use hooks in instrumentation to create breadcrumbs.

timfish commented 4 hours ago

I clicked "convert to issue" in #13680 but we don't need individual issues.