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

TracingStartedInPage event not found #32

Open
adamyonk opened this issue Mar 14, 2018 · 0 comments
Open

TracingStartedInPage event not found #32

adamyonk opened this issue Mar 14, 2018 · 0 comments

Comments

@adamyonk
Copy link

adamyonk commented Mar 14, 2018

I'm trying to dump the firehose out of dataCollected:

  await Tracing.dataCollected(data => {
    try {
      events.push(new TimelineModel(data.value));
    } catch (e) {
      events.push(data.value);
    }
  });

  await Page.loadEventFired();
  await Tracing.start();
  await Runtime.evaluate({ awaitPromise: true, expression: "runTest();" });
  await Tracing.end();
  await Tracing.tracingComplete();

But I end up getting all of these errors when I try to run events through DTM:
image

Am I missing something here? Here is a dump of all of the events coming out:

https://gist.github.com/adamyonk/af54d54d19584ad267780a384cb1f3e9

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

No branches or pull requests

1 participant