pawne4
pawne4โ€ข10mo ago

Client side exceptions in dashboard

nope, I don't see any error in the logs. The other screens like traces and sessions are working fine
9 Replies
Max
Maxโ€ข10mo ago
Could you send me another screenshot of the network tab? Especially if there are any requests that returned 4xx or 5xx
pawne4
pawne4โ€ข10mo ago
sorted by status code
No description
Max
Maxโ€ข10mo ago
๐Ÿ™ thanks a lot!
pawne4
pawne4โ€ข10mo ago
the code is minified so not sure if this is helpful but when i click on the browser exeception its pointing to this peice of code:
function a(r, e) {
let o = n(r);
if ("white" === r || "black" === r || "transparent" === r || !e || !o) {
let e = r.includes("#") || r.includes("--") || r.includes("rgb") ? `[${r}]` : r;
return {
function a(r, e) {
let o = n(r);
if ("white" === r || "black" === r || "transparent" === r || !e || !o) {
let e = r.includes("#") || r.includes("--") || r.includes("rgb") ? `[${r}]` : r;
return {
exception:
TypeError: Cannot read properties of undefined (reading 'includes')
TypeError: Cannot read properties of undefined (reading 'includes')
pawne4
pawne4โ€ข10mo ago
i pinned the version of langfuse to 1.19.0 and it seems to be working! Im guessing something broke in this PR https://github.com/langfuse/langfuse/pull/709 ๐Ÿ™‚
Max
Maxโ€ข10mo ago
thanks a lot for identifying this. We will look into this shortly
Max
Maxโ€ข10mo ago
I fixed it in here: https://github.com/langfuse/langfuse/releases/tag/v1.19.2 Seems to be an issue with the latest tremor release on Firefox.
GitHub
Release v1.19.2 ยท langfuse/langfuse
What's Changed fix: downgrade tremor react by @maxdeichmann in #718 Full Changelog: v1.19.1...v1.19.2
pawne4
pawne4โ€ข10mo ago
yep the latest release is working for me. thank you @Max !
Max
Maxโ€ข10mo ago
Thanks for checking ๐Ÿ™‚