Open mydea opened 2 months ago
I have the same opinion as you. I also noticed that besides the official repos on GitHub, there aren't any third-party integrations. I'm looking to build a plugin for white screen detection—should I just go ahead and submit a pull request to the official repo?
Hey @dirstart đź‘‹ There are some 3rd party SDK integrations for Sentry (that we know of), like for example supabase that live in their own repos. This is perfectly fine for us!
If you want to write an integration for the Sentry SDK, feel free to start out with doing it in your own repo (and npm package). If you then want to contribute the integration to the Sentry repo, feel free to open an issue about it but we can't make guarantees, as this has implications on our support capacities.
We decided to just remove the debugIntegration and sessionTimingIntegration for v9 so I removed them from this list.
Description
We have a list of non-default integrations in the SDKs. We should take some time to review all of them, and check the following things:
Pluggable integrations from core
captureConsoleIntegration
extraErrorDataIntegration
metadataIntegration
zodErrorsIntegration
Pluggable integrations from browser
contextLinesIntegration
httpClientIntegration
reportingObserverIntegration