faro-web-sdk icon indicating copy to clipboard operation
faro-web-sdk copied to clipboard

The Grafana Faro Web SDK, part of the Grafana Faro project, is a highly configurable web SDK for real user monitoring (RUM) that instruments browser frontend applications to capture observability sign...

Results 133 faro-web-sdk issues
Sort by recently updated
recently updated
newest added

## Description This is a feature request for the Faro Demo ([here](https://github.com/grafana/faro-web-sdk/tree/main/demo)) - would it be possible to publish a Docker Image of this to Docker Hub or similar, for...

feature

## Description It would be great if we could add a user-supplied parameter to `docker compose up` which would let the user pass in the URL or IP of the...

bug
feature

## Description FaroRoute is breaking tests. ## Steps to reproduce 1. Go to [my sandbox](https://codesandbox.io/s/faro-tests-vi461r?file=/faro/index.tsx) 2. Hit the 'Test' tab on the right sidebar to run all tests 3. Observe...

bug

## Description The tracing instrumentation brings the OpenTelemetry User Interaction instrumentation by default. Because of this, the tracing instrumentation also loads the OpenTelemetry Zone Context Manager. The problem is that...

change

## Description Strip secret or any privacy related query parameters from URL so customers can align what they track to privacy and security demands. ## Proposed solution Add a config...

feature

## Description Update upcoming Faro OtlpHttpTransport to align with the [Otel Rum Spec for Sematic Attributes](https://github.com/scheler/opentelemetry-specification/blob/rum-events/specification/logs/events/semantic_conventions/browser.md) where possible. ## Proposed solution OtlpHttpTransport may translates some Faro properties to the Otel...

I'm investigating replacing Sentry with Faro. Sentry has a concept of "[breadcrumbs](https://docs.sentry.io/product/issues/issue-details/breadcrumbs/)" that are sent along with errors. From what I understand, this is basically what the tracing instrumentation does,...

feature

In angular project, I have installed below packages and try to import { faro } from '@grafana/faro-web-sdk' but getting below deprecation warnings. Can you please help on this "@grafana/faro-web-sdk": "^1.0.0-beta2",...

## Description The way we currently calculate the timestamp for the navigation event is not great for the user-experience. We currently use the time the event is emitted, but it...

bug

# Why The fetch and xhr instruments create several span events for the different stages of an http request. For a lot of users it is not useful and creates...

feature