René's URL Explorer Experiment


Title: Using Exceptionless for nodejs causes problems with AWS Lambda functions · Issue #140 · exceptionless/Exceptionless.JavaScript · GitHub

Open Graph Title: Using Exceptionless for nodejs causes problems with AWS Lambda functions · Issue #140 · exceptionless/Exceptionless.JavaScript

X Title: Using Exceptionless for nodejs causes problems with AWS Lambda functions · Issue #140 · exceptionless/Exceptionless.JavaScript

Description: I tried using the exceptionless client for nodejs @exceptionless/node version 3.0.4 as follows: await Exceptionless.startup(c => { c.apiKey = 'blah'; }); When running the program as an AWS Lambda function, it throws the following error: ...

Open Graph Description: I tried using the exceptionless client for nodejs @exceptionless/node version 3.0.4 as follows: await Exceptionless.startup(c => { c.apiKey = 'blah'; }); When running the program as an AWS Lambda f...

X Description: I tried using the exceptionless client for nodejs @exceptionless/node version 3.0.4 as follows: await Exceptionless.startup(c => { c.apiKey = 'blah'; }); When running the program as an A...

Opengraph URL: https://github.com/exceptionless/Exceptionless.JavaScript/issues/140

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Using Exceptionless for nodejs causes problems with AWS Lambda functions","articleBody":"I tried using the exceptionless client for nodejs `@exceptionless/node` version `3.0.4` as follows:\r\n\r\n```\r\n await Exceptionless.startup(c =\u003e {\r\n            c.apiKey = 'blah';\r\n        });\r\n```\r\n\r\nWhen running the program as an AWS Lambda function, it throws the following error:\r\n\r\n```\r\n{\r\n    \"errorType\": \"Error\",\r\n    \"errorMessage\": \"ENOENT: no such file or directory, mkdir '/var/task/.exceptionless'\",\r\n    \"code\": \"ENOENT\",\r\n    \"errno\": -2,\r\n    \"syscall\": \"mkdir\",\r\n    \"path\": \"/var/task/.exceptionless\",\r\n    \"stack\": [\r\n        \"Error: ENOENT: no such file or directory, mkdir '/var/task/.exceptionless'\",\r\n        \"    at Object.mkdirSync (node:fs:1398:3)\",\r\n        \"    at LocalStorage._init (/var/task/node_modules/node-localstorage/LocalStorage.js:174:16)\",\r\n        \"    at new LocalStorage (/var/task/node_modules/node-localstorage/LocalStorage.js:114:14)\",\r\n        \"    at NodeExceptionlessClient.startup (file:///var/task/node_modules/@exceptionless/node/dist/NodeExceptionlessClient.js:13:57)\",\r\n        \"    at ExceptionlessService.startup (file:///var/task/dist/services/exceptionless.service.js:27:29)\",\r\n        \"    at AppModule.getAppContext (file:///var/task/dist/app.module.js:34:40)\",\r\n        \"    at async AppModule.getAppService (file:///var/task/dist/app.module.js:40:25)\",\r\n        \"    at async handle (file:///var/task/dist/index.js:17:24)\",\r\n        \"    at async Runtime.handler (file:///var/task/dist/index.js:6:5)\",\r\n        \"    at async Runtime.handleOnceStreaming (file:///var/runtime/index.mjs:1206:26)\"\r\n    ]\r\n}\r\n```\r\n\r\nThis is caused by the `NodeExceptionlessClient` class using the `LocalStoragePolyfill`.\r\nIt's not possible to write to the partition where the script runs on AWS Lambda as far as I know. I couldn't find a way to override the usage of the `LocalStoragePolyfill` to use memory storage either. Am I overlooking something or is this an issue that needs to be addressed?\r\n\r\n","author":{"url":"https://github.com/kareldonk","@type":"Person","name":"kareldonk"},"datePublished":"2023-10-23T17:56:33.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/140/Exceptionless.JavaScript/issues/140"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:5f774665-69c3-0656-fc5c-fc47578cf8d8
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8BF8:3C277B:FF8AD3:15B5D2F:69729B17
html-safe-nonce1aab3daaf6cf71f30218059c5e94a28e19ea41523af110b512ddbe574f001c0d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QkY4OjNDMjc3QjpGRjhBRDM6MTVCNUQyRjo2OTcyOUIxNyIsInZpc2l0b3JfaWQiOiIyMzIyMzY4MTUxMDU3MjQyOTAzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac7f4ddaf89047567f3d070d8f64fe701b84758c89aeb13c932ce9f6d4c0046798
hovercard-subject-tagissue:1957709272
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/exceptionless/Exceptionless.JavaScript/140/issue_layout
twitter:imagehttps://opengraph.githubassets.com/19d174d31b397a05a45f90bdeca45c7791e0d3e2cb9e7121caaa40c4e4361591/exceptionless/Exceptionless.JavaScript/issues/140
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/19d174d31b397a05a45f90bdeca45c7791e0d3e2cb9e7121caaa40c4e4361591/exceptionless/Exceptionless.JavaScript/issues/140
og:image:altI tried using the exceptionless client for nodejs @exceptionless/node version 3.0.4 as follows: await Exceptionless.startup(c => { c.apiKey = 'blah'; }); When running the program as an AWS Lambda f...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamekareldonk
hostnamegithub.com
expected-hostnamegithub.com
None72bb1c46bb1ebdc0dc83a0a57b64c3b4d668c125d1125d94898213a4c9db8da2
turbo-cache-controlno-preview
go-importgithub.com/exceptionless/Exceptionless.JavaScript git https://github.com/exceptionless/Exceptionless.JavaScript.git
octolytics-dimension-user_id5912469
octolytics-dimension-user_loginexceptionless
octolytics-dimension-repository_id29558878
octolytics-dimension-repository_nwoexceptionless/Exceptionless.JavaScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id29558878
octolytics-dimension-repository_network_root_nwoexceptionless/Exceptionless.JavaScript
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee746f1a3ddb5c0a91290ff3d5889b5247e0e519e
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/exceptionless/Exceptionless.JavaScript/issues/140#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fexceptionless%2FExceptionless.JavaScript%2Fissues%2F140
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fexceptionless%2FExceptionless.JavaScript%2Fissues%2F140
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=exceptionless%2FExceptionless.JavaScript
Reloadhttps://github.com/exceptionless/Exceptionless.JavaScript/issues/140
Reloadhttps://github.com/exceptionless/Exceptionless.JavaScript/issues/140
Reloadhttps://github.com/exceptionless/Exceptionless.JavaScript/issues/140
exceptionless https://github.com/exceptionless
Exceptionless.JavaScripthttps://github.com/exceptionless/Exceptionless.JavaScript
Please reload this pagehttps://github.com/exceptionless/Exceptionless.JavaScript/issues/140
Notifications https://github.com/login?return_to=%2Fexceptionless%2FExceptionless.JavaScript
Fork 22 https://github.com/login?return_to=%2Fexceptionless%2FExceptionless.JavaScript
Star 60 https://github.com/login?return_to=%2Fexceptionless%2FExceptionless.JavaScript
Code https://github.com/exceptionless/Exceptionless.JavaScript
Issues 0 https://github.com/exceptionless/Exceptionless.JavaScript/issues
Pull requests 0 https://github.com/exceptionless/Exceptionless.JavaScript/pulls
Actions https://github.com/exceptionless/Exceptionless.JavaScript/actions
Models https://github.com/exceptionless/Exceptionless.JavaScript/models
Wiki https://github.com/exceptionless/Exceptionless.JavaScript/wiki
Security 0 https://github.com/exceptionless/Exceptionless.JavaScript/security
Insights https://github.com/exceptionless/Exceptionless.JavaScript/pulse
Code https://github.com/exceptionless/Exceptionless.JavaScript
Issues https://github.com/exceptionless/Exceptionless.JavaScript/issues
Pull requests https://github.com/exceptionless/Exceptionless.JavaScript/pulls
Actions https://github.com/exceptionless/Exceptionless.JavaScript/actions
Models https://github.com/exceptionless/Exceptionless.JavaScript/models
Wiki https://github.com/exceptionless/Exceptionless.JavaScript/wiki
Security https://github.com/exceptionless/Exceptionless.JavaScript/security
Insights https://github.com/exceptionless/Exceptionless.JavaScript/pulse
New issuehttps://github.com/login?return_to=https://github.com/exceptionless/Exceptionless.JavaScript/issues/140
New issuehttps://github.com/login?return_to=https://github.com/exceptionless/Exceptionless.JavaScript/issues/140
Using Exceptionless for nodejs causes problems with AWS Lambda functionshttps://github.com/exceptionless/Exceptionless.JavaScript/issues/140#top
https://github.com/kareldonk
https://github.com/kareldonk
kareldonkhttps://github.com/kareldonk
on Oct 23, 2023https://github.com/exceptionless/Exceptionless.JavaScript/issues/140#issue-1957709272
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.