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

Configuration of automatic web instrumentation #1232

Open
carlo-quinonez opened this issue Oct 20, 2023 · 1 comment
Open

Configuration of automatic web instrumentation #1232

carlo-quinonez opened this issue Oct 20, 2023 · 1 comment

Comments

@carlo-quinonez
Copy link

The Automatic Web Instrumentation feature in Preview is handy. I noticed it's possible to specify the config for the web sdk.

Is it possible to use extensions, like the React or ClickAnalytics extensions, to the webclient with this method?

@JacksonWeber
Copy link
Contributor

Hi @carlo-quinonez this will determine on what plugins you're looking to load. In the case of ClickAnalytics, you'd need to load it in before injection of the web SDK snippet to ensure that it can be accessed by the WebSDK. For React, because React is only available via NPM, it can't be loaded directly through the snippet, but would have to be self-hosted in order to retrieve it for configuration of the snippet.

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

No branches or pull requests

2 participants