Skip to content

add user insights event types - #541

Merged
nickdonnelly merged 1 commit into
masterfrom
nickdonnelly/fence-2939-add-docs-for-user-insights
Jul 24, 2026
Merged

add user insights event types#541
nickdonnelly merged 1 commit into
masterfrom
nickdonnelly/fence-2939-add-docs-for-user-insights

Conversation

@nickdonnelly

Copy link
Copy Markdown
Contributor

Summary

Adds the event types for user location insights (entered/exited home and work, commuting, traveling).

Linear ticket (Radar internal)

FENCE-2939

Type of change

  • Bug fix (non-breaking)
  • New feature (non-breaking)
  • Breaking change (alters existing public API behavior)
  • Documentation / internal only (no SDK behavior change)

Checklist

  • Added or updated unit tests (./gradlew test)
  • ./gradlew :sdk:ktlintCheck and ./gradlew :sdk:lintDebug pass locally
  • For breaking changes: added a MIGRATION.md entry and bumped version in sdk/build.gradle
  • Updated README / public docs if the public API changed
  • No real API keys committed in the example app
  • Only fixed lint/ktlint violations on lines I changed; removed any now-stale baseline entries

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

Comment on lines +229 to +233
/** `user.entered_home` */
USER_ENTERED_HOME,

/** `user.exited_home` */
USER_EXITED_HOME,
@nickdonnelly
nickdonnelly merged commit 71c994a into master Jul 24, 2026
3 of 4 checks passed
@nickdonnelly
nickdonnelly deleted the nickdonnelly/fence-2939-add-docs-for-user-insights branch July 24, 2026 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants