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

Add interceptor hooks to TrackService and ExceptionHandler #3793

Open
ghsolomon opened this issue Sep 19, 2024 · 0 comments
Open

Add interceptor hooks to TrackService and ExceptionHandler #3793

ghsolomon opened this issue Sep 19, 2024 · 0 comments

Comments

@ghsolomon
Copy link
Contributor

Context: we are using Datadog RUM in client applications and looking to include

  • Tracked user activity as "Custom Actions"
  • Handled exceptions as "Custom Errors"

Additionally, it would be nice to append session information, such as the sessionReplayLink, to our user activity and exception data.

Consider adding the ability to intercept calls to ExceptionHandler.handleException and TrackService.track so that applications can be notified of errors / activities and possibly enhance them with additional metadata.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant