Skip to content
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

refactor Spotlight to use native android and cocoa Spotlight integrations when using Flutter #2282

Open
buenaflor opened this issue Sep 11, 2024 · 0 comments · May be fixed by #2285
Open

refactor Spotlight to use native android and cocoa Spotlight integrations when using Flutter #2282

buenaflor opened this issue Sep 11, 2024 · 0 comments · May be fixed by #2285
Assignees

Comments

@buenaflor
Copy link
Contributor

buenaflor commented Sep 11, 2024

Description

Currently the Spotlight transport is implemented on the Dart layer and is a decorator for the existing transport but it does not show the final envelope that is actually being sent because on Android for example the envelope is still being processed after captureEnvelope is called

So this is the goal:

  • Android uses the Android spotlight integration
  • Cocoa uses the Cocoa spotlight integration
  • Web keeps using SpotlightHttpTransport because we don't have a JS SDK integration yet but this may change soon
  • Linux, Windows will also keep using SpotlightHttpTransport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant