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

Configure source maps for legible stack traces in Lambda logs #2769

Closed
lpsinger opened this issue Dec 9, 2024 · 0 comments · Fixed by #2770
Closed

Configure source maps for legible stack traces in Lambda logs #2769

lpsinger opened this issue Dec 9, 2024 · 0 comments · Fixed by #2770
Assignees
Labels
enhancement New feature or request

Comments

@lpsinger
Copy link
Member

lpsinger commented Dec 9, 2024

          I think that https://github.com/nasa-gcn/gcn.nasa.gov/pull/2754 helped, but I recently got two copies of https://gcn.nasa.gov/circulars/38476. Here's the server log:
2024-12-09T05:56:29.521Z	6cb876d0-b08b-4341-9fcd-8a9a69c783f8	ERROR	Invoke Error 	{
    "errorType": "Error",
    "errorMessage": "ThrottlingException: Rate exceeded",
    "stack": [
        "Error: ThrottlingException: Rate exceeded",
        "    at Object.intoError (file:///var/runtime/index.mjs:46:16)",
        "    at Object.textErrorLogger [as logError] (file:///var/runtime/index.mjs:684:56)",
        "    at postError (file:///var/runtime/index.mjs:801:27)",
        "    at done (file:///var/runtime/index.mjs:833:11)",
        "    at fail (file:///var/runtime/index.mjs:845:11)",
        "    at file:///var/runtime/index.mjs:872:20",
        "    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"
    ]
}

It's hard to tell what is timing out because the stack trace is referring to minified source.

Originally posted by @lpsinger in #2659 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant