WAAS icon indicating copy to clipboard operation
WAAS copied to clipboard

Split tracking/error logging out into its own module

Open Johannes-Andersen opened this issue 2 years ago • 1 comments

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 avatar Feb 14 '23 08:02 Johannes-Andersen