Skip to content

Commit 2385777

Browse files
authored
Merge pull request #25 from atlanhq/bug-fixes
fix: add user ID property to segment analytics events
2 parents e164bd4 + 47344a6 commit 2385777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/segment.js

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export default async function sendSegmentEvent(action, properties) {
2222
category: "integrations",
2323
object: "github",
2424
action,
25+
userId: "atlan-annonymous-github",
2526
properties: {
2627
...properties,
2728
github_action_id: `https://github.com/${context.payload.repository.full_name}/actions/runs/${context.runId}`,

0 commit comments

Comments
 (0)