Back to Sentry Javascript

README

dev-packages/browser-integration-tests/suites/tracing/trace-lifetime/README.md

10.51.0659 B
Original Source

Tests in this suite are meant to test the lifetime of a trace in the browser SDK and how different events sent are connected to a trace. This suite distinguishes the following cases:

  1. pageload - Traces started on the initial pageload as head of trace
  2. pageload-meta - Traces started on the initial pageload as a continuation of the trace on the server (via <meta> tags)
  3. navigation - Traces started during navigations on a page
  4. tracing-without-performance - Traces originating from an app configured for "Tracing without Performance".

Tests scenarios should be fairly similar for all three cases but it's important we test all of them.