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

[BUG] Field 'fileName' on type 'StackFrame' is too long. Expected: 1024 characters #2086

Closed
kosmonavtsv opened this issue May 25, 2023 · 3 comments

Comments

@kosmonavtsv
Copy link

Description/Screenshot

I am attempting to log an exception in response I get a 400 response with the following:

{
    "itemsReceived": 1,
    "itemsAccepted": 0,
    "errors": [
        {
            "index": 0,
            "statusCode": 400,
            "message": "100: Field 'fileName' on type 'StackFrame' is too long. Expected: 1024 characters, Actual: 2021"
        }
    ],
}

The number of characters in the fileName field is really more than 1024, here is the path to this field in the query body :
request.data.baseData.exceptions[0].parsedStack[0].fileName.

Steps to Reproduce

  • OS/Browser: any
  • SDK Version: 2.8.13, 1.0.21

Expected behavior
Error is logged.

Additional context
💡 A similar problem was solved for the assembly field here: #1990.

@MSNev MSNev added the bug label May 25, 2023
@MSNev MSNev added this to the 2.8.15 milestone May 25, 2023
@MSNev
Copy link
Collaborator

MSNev commented May 25, 2023

Note: v1.0.x will not be updated to address this issue

MSNev added a commit that referenced this issue Jul 28, 2023
@MSNev MSNev self-assigned this Jul 28, 2023
MSNev added a commit that referenced this issue Jul 28, 2023
MSNev added a commit that referenced this issue Jul 28, 2023
MSNev added a commit that referenced this issue Jul 31, 2023
@MSNev MSNev added fixed - waiting release PR Committed and waiting deployment waiting - CDN deployment and removed fixed - waiting release PR Committed and waiting deployment labels Jul 31, 2023
@MSNev
Copy link
Collaborator

MSNev commented Aug 16, 2023

Now fully released as part of version 2.8.15

@MSNev MSNev modified the milestones: 2.8.15, 3.0.3 Aug 16, 2023
@MSNev MSNev added fixed - waiting release PR Committed and waiting deployment waiting - CDN deployment released - NPM and removed fixed - waiting release PR Committed and waiting deployment waiting - CDN deployment labels Sep 18, 2023
@MSNev MSNev closed this as completed Sep 21, 2023
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants