Skip to content

Commit

Permalink
Update src/connections/sources/catalog/libraries/server/node/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: stayseesong <[email protected]>
  • Loading branch information
silesky and stayseesong authored Jan 6, 2025
1 parent f8682ca commit 047438b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ The plugins you write can improve functionality, enrich data, and control the fl
| Type | Details
| ------------- | ------------- |
| `before` | Executes before event processing begins. These are plugins that run before any other plugins run. Thrown errors here can block the event pipeline. Source middleware added via `addSourceMiddleware` is treated as a `before` plugin. No events will be sent to destinations until `.load()` method is resolved. |
| `enrichment` | Executes as the first level of event processing. These plugins modify an event. Thrown errors here can block the event pipeline. No events will be sent to destinations until `.load()` method is resolved. |
| `enrichment` | Executes as the first level of event processing. These plugins modify an event. Thrown errors here can block the event pipeline. No events send to destinations until `.load()` method is resolved. |
| `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. |
| `after` | Executes after all event processing completes. You can use this to perform cleanup operations. |
| `utility` | Executes _only once_ during the bootstrap. Gives you access to the analytics instance via the plugin's `load()` method. This doesn't allow you to modify events. |
Expand Down

0 comments on commit 047438b

Please sign in to comment.