Skip to content

Commit b91a0bc

Browse files
committed
wip
1 parent 0db2a83 commit b91a0bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/connections/auto-instrumentation/web-setup.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This guide outlines the steps required to set up the Signals SDK in your JavaScr
88
You'll learn how to add Auto-Instrumentation sources, integrate dependencies, and ensure that your setup captures and processes data as intended.
99

1010
> info "Auto-Instrumentation Private Beta"
11-
> Auto-Instrumentation is currently in Private Beta and is governed by Segment's [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="\_blank"}. Segment is actively iterating on and improving the Auto-Instrumentation user experience.
11+
> Auto-Instrumentation is currently in Private Beta and is governed by Segment's [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}. Segment is actively iterating on and improving the Auto-Instrumentation user experience.
1212
1313
> success "Enable Auto-Instrumentation"
1414
> To enable Auto-Instrumentation in your Segment workspace, reach out to your dedicated account manager.
@@ -139,7 +139,6 @@ For websites using the Segment snippet, please REPLACE the regular Segment snipp
139139
analytics._writeKey = document.currentScript.getAttribute("data-segment-write-key");
140140
analytics.load(analytics._writeKey)
141141
analytics.page()
142-
analytics.SNIPPET_VERSION = "5.2.0";
143142
}
144143
})();
145144
</script>

0 commit comments

Comments
 (0)