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
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.
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
debugIntegration
extraErrorDataIntegration
metadataIntegration
sessionTimingIntegration
zodErrorsIntegration
Pluggable integrations from browser
contextLinesIntegration
httpClientIntegration
reportingObserverIntegration
The text was updated successfully, but these errors were encountered: