{"id":24333156,"url":"https://github.com/chrisweb/bug_repodruction_undefined-_reading_sentry","last_synced_at":"2026-04-18T16:37:19.062Z","repository":{"id":253575240,"uuid":"843908574","full_name":"chrisweb/bug_repodruction_undefined-_reading_sentry","owner":"chrisweb","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-17T22:56:01.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T03:04:27.240Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrisweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-17T19:32:24.000Z","updated_at":"2024-08-17T22:56:04.000Z","dependencies_parsed_at":"2024-08-17T20:44:30.768Z","dependency_job_id":"54fcdaa0-c4af-4d35-9c42-dfb6cf2069ab","html_url":"https://github.com/chrisweb/bug_repodruction_undefined-_reading_sentry","commit_stats":null,"previous_names":["chrisweb/bug_repodruction_undefined-_reading_sentry"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chrisweb/bug_repodruction_undefined-_reading_sentry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisweb%2Fbug_repodruction_undefined-_reading_sentry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisweb%2Fbug_repodruction_undefined-_reading_sentry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisweb%2Fbug_repodruction_undefined-_reading_sentry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisweb%2Fbug_repodruction_undefined-_reading_sentry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisweb","download_url":"https://codeload.github.com/chrisweb/bug_repodruction_undefined-_reading_sentry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisweb%2Fbug_repodruction_undefined-_reading_sentry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31976795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T16:27:12.723Z","status":"ssl_error","status_checked_at":"2026-04-18T16:27:11.140Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-18T03:13:27.813Z","updated_at":"2026-04-18T16:37:19.025Z","avatar_url":"https://github.com/chrisweb.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# reproduction three-fiber - sentry - nextjs bug\n\n## update\n\n\u003e [!IMPORTANT]  \n\u003e A while after posting about this bug I found a related [sentry-javascript-bundler-plugins: issue #530](https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/530) in another sentry repository, there is a suggestion to add configuration options to exclude three fiber when the **reactComponentAnnotation** feature is enabled, this would fix the problem but as of now the ticket is still open\n\u003e\n\u003e I added a workaround to [my issue](https://github.com/getsentry/sentry-javascript/issues/13413#issuecomment-2295014148), which is similar to the one in [sentry-javascript-bundler-plugins: issue #530](https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/530), the difference when using Next.js is that the disabling of reactComponentAnnotation is done in the next.config.mjs file:\n\u003e  \n\u003e ```js\n\u003e export default withSentryConfig(nextConfig, {\n\u003e     // Automatically annotate React components to show their full name in breadcrumbs and session replay\n\u003e     reactComponentAnnotation: {\n\u003e         enabled: false,\n\u003e     },\n\u003e });\n\u003e ```\n\n\n## setup\n\n```shell\nnpx create-next-app@latest\nnpx @sentry/wizard\nnpm i @react-three/fiber\n```\n\n## needs to be run in \"production\" mode\n\n```shell\nnpm run build\n\nnpm run start\n```\n\n(error not present in dev mode)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisweb%2Fbug_repodruction_undefined-_reading_sentry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisweb%2Fbug_repodruction_undefined-_reading_sentry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisweb%2Fbug_repodruction_undefined-_reading_sentry/lists"}