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

Split tracking/error logging out into its own module #105

Open
Johannes-Andersen opened this issue Feb 14, 2023 · 1 comment
Open

Split tracking/error logging out into its own module #105

Johannes-Andersen opened this issue Feb 14, 2023 · 1 comment
Labels
collaboration/good-first-issue Issue which can be done by someone who is new to the codebase type/feature Issue or PR related to a new feature

Comments

@Johannes-Andersen
Copy link
Member

Johannes-Andersen commented Feb 14, 2023

Describe the feature you'd like to request

Currently Sentry and Pulse SDK is pretty integrated into the code, with no plug-and play system
We should allow folks to bring their own error/tracking scripts or ability to disable it entirely

Describe the solution you'd like

Create some sort of generic tracking/error handler in the JavaScript/python code
Then have a config that folks can enable/disable different tracking modules (Pulse, Google Analytics, custom script injection, etc)

@Johannes-Andersen Johannes-Andersen added type/feature Issue or PR related to a new feature collaboration/good-first-issue Issue which can be done by someone who is new to the codebase labels Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
collaboration/good-first-issue Issue which can be done by someone who is new to the codebase type/feature Issue or PR related to a new feature
Projects
None yet
Development

No branches or pull requests

2 participants
@Johannes-Andersen and others