0.0.37 • Published 11 days ago

@tracetest/instrumentation-user-interaction v0.0.37

Weekly downloads
-
License
ISC
Repository
-
Last release
11 days ago

@tracetest/instrumentation-user-interaction

NPM Published Version

About

This module provides a way to create a single trace based on the browser's user session while it's active, using the code from the official OpenTelemetry user interaction library. It allows Tracetest to generate a single trace for the end-to-end integrations from the browser (Playwright/Cypress) integrations.

Usage

Include the Auto-instrumentation in your Tracing Code

import { UserInteractionInstrumentation } from '@tracetest/instrumentation-user-interaction';

registerInstrumentations({
    tracerProvider: provider,
    instrumentations: [
      new UserInteractionInstrumentation(),
      getWebAutoInstrumentations({
        '@opentelemetry/instrumentation-user-interaction': {
          enabled: false,
        },
      }),
    ],
  });

Useful Links

0.0.37

11 days ago

0.0.35

25 days ago

0.0.36

25 days ago

0.0.34

1 month ago

0.0.33

2 months ago

0.0.32

2 months ago

0.0.31

2 months ago

0.0.30

2 months ago

0.0.28

2 months ago

0.0.29

2 months ago

0.0.27

3 months ago

0.0.26

3 months ago

0.0.24

3 months ago

0.0.22

4 months ago

0.0.23

4 months ago

0.0.21

4 months ago

0.0.20

4 months ago

0.0.17

4 months ago

0.0.18

4 months ago

0.0.19

4 months ago

0.0.13

4 months ago

0.0.15

4 months ago

0.0.7-alpha.0

5 months ago

0.0.6-alpha.0

5 months ago

0.0.5-alpha.0

5 months ago