Skip to content

Commit 2337c95

Browse files
author
irinasayshi
authored
Add minimum snippet version
Destination middlewares were added in the snippet version 4.12.0 so customers need to update their snippet to a minimum version to use middlewares https://github.com/segmentio/snippet/blob/master/History.md#4120--2020-05-21
1 parent 295643d commit 2337c95

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/website/javascript/middleware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ strat: ajs
44
---
55

66

7-
Middlewares allow developers to extend Analytics.js with custom code which runs on every event. This code has full access to the DOM and Browser API, and helps customers enrich and transform event payloads.
7+
Middlewares allow developers to extend Analytics.js with custom code which runs on every event. This code has full access to the DOM and Browser API, and helps customers enrich and transform event payloads. Source Middlewares and Destination Middlewares are available on the Analytics.js snippet version `4.12.0` and later.
88

99
Analytics.js can be extended using two functions:
1010

0 commit comments

Comments
 (0)