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

feat: add transaction and span #460

Closed
wants to merge 1 commit into from

Conversation

vigneshshanmugam
Copy link
Member

journey('Synthetics + APM', ({ page }) => {
  step('go to index page', async () => {
    await page.goto('http://localhost:8080/index');
    // make sure RUM request has been successfully sent to APM server
    await page.waitForResponse(response =>
      response.url().includes('/rum/events')
    );
  });

  step('go to unknown page', async () => {
    await page.goto('http://localhost:8080/unknown');
    // make sure RUM request has been successfully sent to APM server
    await page.waitForResponse(response =>
      response.url().includes('/rum/events')
    );
  });
});


@apmmachine
Copy link

apmmachine commented Feb 17, 2022

❕ Build Aborted

Either there was a build timeout or someone aborted the build.

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Start Time: 2022-04-01T22:44:25.225+0000

  • Duration: 11 min 47 sec

Test stats 🧪

Test Results
Failed 0
Passed 14
Skipped 0
Total 14

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

@vigneshshanmugam
Copy link
Member Author

Pursing other way of doing the crosslinking #595

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