You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We attempt to use the global `fetch` implementation if available in order to support several diverse environments. Some special cases (e.g. http proxy) may require a different implementation for http communication. A customized wrapper can be provided in the Analytics configuration to support this. Here are a few approaches:
559
+
Segment attempts to use the global `fetch` implementation if available in order to support several diverse environments. Some special cases (for example, http proxy) may require a different implementation for http communication. You can provide a customized wrapper in the Analytics configuration to support this. Here are a few approaches:
560
560
561
561
Use a custom fetch-like implementation with proxy (simple, recommended)
0 commit comments