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

In the same domain name through the path to distinguish the project, there is the problem of variables covering each other, the domain name part is equivalent to the library,...

bug

![image](https://github.com/user-attachments/assets/c6f12cf8-0b92-42a7-ada4-46adb683f1fd)

bug

## Description Promise.withResolvers is broken by the included version of zone.js via @opentelemetry/context-zone. See https://github.com/open-telemetry/opentelemetry-js/issues/4354 for details. ## Steps to reproduce In an app with @grafana/faro-web-tracing 1.8.2, type Promise.withResolvers in...

bug

Initially I had initialized and used faro as: ``` import { getWebInstrumentations, initializeFaro } from '@grafana/faro-web-sdk'; import { TracingInstrumentation } from '@grafana/faro-web-tracing'; import { OtlpHttpTransport } from '@grafana/faro-transport-otlp-http'; const collectorUrl...

## Description Hi 👋 We're using faro libraries to send logs and traces to our collectors. We're seeing some errors in the console (check them below) and `partialSuccess` on network...

bug

## Description We've added Faro to our react application and it's now throwing this error periodically but also on some mouse clicks and page navigations ![image](https://github.com/user-attachments/assets/5e4ffad9-59e7-4900-9f88-9c460cea1fce) Working backwards it seems...

bug

## Description As per spec, baggage is activated by default ## Proposed solution 1. enable baggage by default

feature

## Description The session_id does not get updated in iframe which causes traces / events / logs sent from within an iframe to have the initial session_id value even though...

bug

## Description When using e.g. `console.info(...` inside an active span the instrumented console doesn't provide the span context to the pushLogs call https://github.com/grafana/faro-web-sdk/blob/3f200325c1ae146526e8b71ebb6deed391958b36/packages/web-sdk/src/instrumentations/console/instrumentation.ts#L24 If this is missing the pushLog doesn't...

bug

Bumps [react-helmet-async](https://github.com/staylor/react-helmet-async) from 1.3.0 to 2.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-helmet-async&package-manager=npm_and_yarn&previous-version=1.3.0&new-version=2.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies