Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Management: Tracking events #35773

Merged
merged 32 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a8afb80
Track revoke
escapemanuele Feb 20, 2024
e37d633
changelog
escapemanuele Feb 20, 2024
9800d8a
Use correct variable
escapemanuele Feb 20, 2024
af27b2e
Track test
escapemanuele Feb 20, 2024
927a657
Remove tracking scripts
escapemanuele Feb 20, 2024
2050de2
Refactor revoking tracking scripts
escapemanuele Feb 20, 2024
7ae3ecc
Add send user invitation tracking
escapemanuele Feb 20, 2024
876e546
Use single instance for tracking and fix lint issues
agrullon95 Feb 20, 2024
bed6fee
Add tracking for new user invitation
agrullon95 Feb 20, 2024
25b809e
Add tracking for invitation revoke on user delete
agrullon95 Feb 20, 2024
0b1f1b3
Change tracking variable to nonstatic
agrullon95 Feb 20, 2024
cf88d20
Merge branch 'trunk' into update/user-management-tracking
agrullon95 Feb 21, 2024
3797a20
Merge branch 'trunk' into update/user-management-tracking
agrullon95 Feb 22, 2024
57d39eb
Add and update event tracking logic
agrullon95 Feb 23, 2024
6f7d301
Merge branch 'trunk' into update/user-management-tracking
agrullon95 Feb 23, 2024
060c0d9
Update tracking variable
agrullon95 Feb 23, 2024
44b6566
Remove unnecessary tracking
agrullon95 Feb 23, 2024
23d6d60
Merge branch 'trunk' into update/user-management-tracking
heavyweight Feb 26, 2024
a767f22
Merge remote-tracking branch 'origin/trunk' into update/user-manageme…
heavyweight Feb 26, 2024
29e65e2
Update api error handling
agrullon95 Feb 26, 2024
bab450c
Update tracking
agrullon95 Feb 26, 2024
7e6ea93
Fix message check before tracking new user invite event
agrullon95 Feb 26, 2024
62f4b75
Unify response handling for revoke
heavyweight Feb 27, 2024
c9fc5b5
Minor fix
heavyweight Feb 27, 2024
f8a7a88
response handling unification
heavyweight Feb 27, 2024
dc5067f
eventname to var
heavyweight Feb 27, 2024
546ea6f
Merge branch 'trunk' into update/user-management-tracking
heavyweight Feb 27, 2024
d84e339
Updating naming convetion for events
agrullon95 Feb 27, 2024
3ad7cb8
rename tracks event prop from error to error_message
agrullon95 Feb 27, 2024
725aadf
Merge branch 'trunk' into update/user-management-tracking
heavyweight Feb 27, 2024
4af5086
Avoid logging events when permissions req is not met
heavyweight Feb 27, 2024
ffb126f
Merge branch 'trunk' into update/user-management-tracking
agrullon95 Feb 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: other

Adding tracking for user management events
Loading
Loading