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
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/website/javascript/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -692,7 +692,7 @@ For advanced modification to the event pipeline.
692
692
|`enrichment`| Executes as the first level ofeventprocessing. These plugins modify an event. Thrown errors here can block the event pipeline. |
693
693
|`destination`| Executes as events begin to pass off to destinations. Segment.io is implemented as a destination plugin. Thrown errors here will _not_ block the event pipeline. |
694
694
|`after`| Executes after all event processing completes. You can use this to perform cleanup operations. |
695
-
|`utility`| Executes only _once_ during the analytics.jsbootstrap. Gives you access to the analytics instance via the plugin's `load()` method. This does not allow you to modify events. |
695
+
|`utility`| Executes _only once_ during the analytics.jsbootstrap. Gives you access to the analytics instance via the plugin's `load()` method. This doesn't allow you to modify events. |
696
696
697
697
### Example plugins
698
698
Here's an example of a plugin that converts all track event names to lowercase before the event goes through the rest of the pipeline:
0 commit comments