You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Semantics: SendDefaultPii = true ≈ new defaults; if both options are set, SendDefaultPii is ignored.
Decision needed: [Obsolete] produces compiler warnings that break TreatWarningsAsErrors builds (JS's JSDoc @deprecated had no such cost). Options: (a) [Obsolete] in the minor with a clear message, (b) doc-only deprecation in the minor and [Obsolete] in the next major. Discuss before landing.
Part of #5420. Phase 3 — deprecation (minor release).
Deprecate
SentryOptions.SendDefaultPii(src/Sentry/SentryOptions.cs:333):SendDefaultPii = falseviaDataCollection(the JS changelog for 10.57.0 is the template: ref(core): DeprecatesendDefaultPiiin favor ordataCollectionsentry-javascript#21277).SendDefaultPii = true≈ new defaults; if both options are set,SendDefaultPiiis ignored.[Obsolete]produces compiler warnings that breakTreatWarningsAsErrorsbuilds (JS's JSDoc@deprecatedhad no such cost). Options: (a)[Obsolete]in the minor with a clear message, (b) doc-only deprecation in the minor and[Obsolete]in the next major. Discuss before landing.