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

Ferdium uses same sentry instance as getferdi/ferdi #233

Closed
lukasmichel opened this issue Jun 11, 2022 · 0 comments · Fixed by #234
Closed

Ferdium uses same sentry instance as getferdi/ferdi #233

lukasmichel opened this issue Jun 11, 2022 · 0 comments · Fixed by #234

Comments

@lukasmichel
Copy link

Your issue

I just noticed that Ferdium tries to load sentry on startup.
The file ferdium-app/src/sentry.ts seems to be exactly identical to the one used by getferdi (https://github.com/getferdi/ferdi/blob/b7a066fa9392fed5ad1c98357eddb52444f9a42d/src/sentry.ts).
This means that upon turning on the reports, Ferdium sends information to a sentry instance controlled by getferdi. This needs to be addressed asap, imho.
Maybe you could disable sentry reporting in its entirety for now and decide at a later stage whether to use it again with a distinct instance for ferdium or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant