0.2.0 • Published 10 months ago

@tracetest/instrumentation-user-interaction v0.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months 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.2.0

10 months ago

0.0.40

1 year ago

0.0.41

1 year ago

0.0.38

1 year ago

0.0.39

1 year ago

0.1.0

1 year ago

0.0.37

1 year ago

0.0.35

1 year ago

0.0.36

1 year ago

0.0.34

1 year ago

0.0.33

1 year ago

0.0.32

1 year ago

0.0.31

1 year ago

0.0.30

1 year ago

0.0.28

1 year ago

0.0.29

1 year ago

0.0.27

1 year ago

0.0.26

1 year ago

0.0.24

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.13

2 years ago

0.0.15

2 years ago

0.0.7-alpha.0

2 years ago

0.0.6-alpha.0

2 years ago

0.0.5-alpha.0

2 years ago