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

would be nice to see a theme aware image for this. https://github.blog/changelog/2022-05-19-specify-theme-context-for-images-in-markdown-beta/

## Description We're working on a platform and SDK for local-first applications, [DXOS](https://dxos.org/). One aspect of this is that a lot of our runtime and platform is isomorphic-- it can...

feature

## Description I am using the Grafana Faro Web Tracing library for tracing activity on my site. The script is loaded from [https://unpkg.com/@grafana/[email protected]/dist/bundle/faro-web-tracing.iife.js](https://unpkg.com/@grafana/[email protected]/dist/bundle/faro-web-tracing.iife.js). Additionally, I use Sentry for error tracking...

bug

## Description Wish to send frontend telemetry data directly to victoriametrics endpoints from Alloy. Architecture is as following : - GKE kubernetes cluster with nodejs frontends - grafana deployed in...

feature

## Description - `@grafana/[email protected]` specifies [`"@grafana/faro-core": "^1.7.3"`](https://github.com/grafana/faro-web-sdk/blob/3431f4176b5ee65f20c9f6cea920ea0ca005cd06/packages/web-sdk/package.json#L55C5-L55C35) - `@grafana/[email protected]` specifies a dependency on [`"@opentelemetry/api": "^1.7.0"`](https://github.com/grafana/faro-web-sdk/blob/3431f4176b5ee65f20c9f6cea920ea0ca005cd06/packages/core/package.json#L54) - `@grafana/[email protected]` specifies a dependency on [`"@opentelemetry/otlp-transformer": "^0.48.0"`](https://github.com/grafana/faro-web-sdk/blob/3431f4176b5ee65f20c9f6cea920ea0ca005cd06/packages/core/package.json#L55) - `@opentelemetry/[email protected]` specifies a peer dependency on...

bug

## Description A [user reported a `Maximum call stack size exceeded` exception ](https://grafana.slack.com/archives/C048UH68BM5/p1715155694123489) in Faro. A "Maximum call stack size exceeded" during JSON serialisation happens when an object contains circular...

enhancement

Facing a faro issue from quite a long now. Please find below screenshots - I tried updating faro libraries to the latest version 1.9.0 and added collector URLs in ignoreURLs...

Bumps [rollup](https://github.com/rollup/rollup) from 4.21.2 to 4.22.4. Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...

dependencies

## Description * Add `view.duration` to the `view_change` event get an idea how much time a user spent in a view. * Another option could be to introduce a `view_enter`...

feature

## Description Currently it's not straight forward to get business related session metrics like duration or bounce rates. Faro's session manager currently doesn't send a `session_end` event. This is because...

feature