Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breadcrumbs are not displayed. #2

Open
Bridamo98 opened this issue Oct 11, 2023 · 0 comments
Open

Breadcrumbs are not displayed. #2

Bridamo98 opened this issue Oct 11, 2023 · 0 comments

Comments

@Bridamo98
Copy link

Bridamo98 commented Oct 11, 2023

Breadcrumbs are not displayed on the platform, and the onBeforeErrorSend function is failing to capture breadcrumbs as well. This issue is specific to one of our projects. The primary distinction between the functional projects and this particular one is that the latter utilizes Gatsby. Could this be a potential factor in the problem?

I obtain this on onBeforeErrorSend (https://github.com/atatus/atatus-spa/blob/master/atatus.d.ts#L269)

{
    "class": "TypeError",
    "url": "https://.../",
    "message": "Failed to fetch",
    "name": "Failed to fetch",
    "backTraces": [
       { /.../ }
    ],
    "breadCrumbs": [],
    "customData": null,
    "ts": 1696631146862
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant