-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[Electron] Offline Integration #5364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Routing to @getsentry/team-web-sdk-frontend for triage. ⏲️ |
hey @LSSangha - when you have a minute, can you please make your github profile public so the issues you create as a team member don't have triage SLOs applied. |
Yep, need to add details for this. The Electron SDK uses its own offline transport by default. From v4, there's a single configuration option that allows you to queue events rather than send which can be used to disable sending until confirmation of user consent. |
Please assign this issue to me! |
@AbhiPrasad @timfish a customer is asking if there are any other settings they need to turn on for the offline option to work. |
The offline transport has been the default transport since v3 of the Electron SDK and should work without any configuration. I recently had a PR merged in this repo that removed references to the old JavaScript Offline integration that never worked with Electron. It sounds like I need to do another PR that:
|
Co-authored-by: Liza Mock <[email protected]> Closes #5364
Co-authored-by: Liza Mock <[email protected]> Closes #5364
Core or SDK?
Platform/SDK
Which part? Which one?
Electron
Description
A customer is requesting we provide an example of how to use the Offline integration for the Electron SDK.
Suggested Solution
Just adding a simple message or so, on how we they can use it for their SDK if needed or not.
The text was updated successfully, but these errors were encountered: