Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljackins committed Nov 30, 2023
1 parent 4d52d0c commit 0409df1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/lucky-chicken-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@segment/analytics-next': minor
'@segment/analytics-node': minor
---

Change segmentio to destination type
2 changes: 1 addition & 1 deletion packages/browser/src/plugins/segmentio/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export function segmentio(

const segmentio: Plugin = {
name: 'Segment.io',
type: 'after',
type: 'destination',
version: '0.1.0',
isLoaded: (): boolean => true,
load: (): Promise<void> => Promise.resolve(),
Expand Down

0 comments on commit 0409df1

Please sign in to comment.