Closed FelixGerberding closed 5 months ago
Thanks for catching that. Fixed in https://github.com/supabase-community/sentry-integration-js/commit/114471f208ec8dafa42511d03e90acdfcfa51ce3
They did not mention it in https://docs.sentry.io/platforms/javascript/migration/v7-to-v8/, https://github.com/getsentry/sentry-javascript/blob/develop/docs/CHANGELOG.md or https://github.com/getsentry/sentry-javascript/blob/develop/docs/changelog/v7.md 😢
It also applies to nodefetch and http only, browser and wintercg still uses shouldCreateSpanForRequest
.
Bug report
Describe the bug
The readme currently shows
shouldCreateSpanForRequest
withinnativeNodeFetchIntegration
. This leads to the follow error:It also does not align with the Sentry Docs mentioning
ignoreOutgoingRequests
.To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
server.config.ts
according to the current readmenpm run build
Expected behavior
Usage of
ignoreOutgoingRequests
instead ofshouldCreateSpanForRequest
within readme