Skip to content

Capture breadcrumbs and transmit "breadcrumbs" #520

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

Merged
merged 11 commits into from
Apr 1, 2016
Merged

Conversation

benvinegar
Copy link
Contributor

Right now this is just XMLHttpRequest instrumentation, but it will expand to include:

  • XMLHttpRequest
  • browser UI events (e.g. mouse clicks, keypresses) [technically only implemented mouse clicks, we'll come back to keypresses later]
  • console.log calls
  • navigation (URL) changes

@benvinegar
Copy link
Contributor Author

Right now this is against master (2.x), because it should be backwards compatible – especially if we gate this feature behind an option (e.g. Raven.config({breadcrumbs: true}).

@benvinegar benvinegar changed the title Capture breadcrumbs and transmit "breadcrumbs" [WIP] Capture breadcrumbs and transmit "breadcrumbs" Mar 31, 2016
@@ -162,6 +173,7 @@ describe('integration', function () {
iframeExecute(iframe, done,
function () {
setTimeout(done);
debugger;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops

Copy link
Contributor

Choose a reason for hiding this comment

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

:rage4:

@mattrobenolt
Copy link
Contributor

@benvinegar benvinegar merged commit 068f9a7 into master Apr 1, 2016
@benvinegar benvinegar deleted the breadcrumbs branch April 1, 2016 21:01
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.

4 participants