Replies: 1 comment 4 replies
-
Hmm interesting. I can see two ways to solve this:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By default only the node related BatchSpanProcessor is exported . The browser related BatchSpanProcessor is only usable at compile time when the corresponding config (e.g target=web in webpack) is available. But in the code editor it always resolves to the node batch span processor which thus shows code error when adding browser batch processor specific parameters like disableAutoFlushOnDocumentHide. Can this be addressed in a different way (like exporting the node and browser exporters with different names
)
Beta Was this translation helpful? Give feedback.
All reactions