Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
^9.5.0
Framework Version
next ^14.2.24
Link to Sentry event
No response
Reproduction Example/SDK Setup
No response
Steps to Reproduce
- Use [contenthash] in place of [chunkhash] for consistent cross-architecture builds
- Build docker image for multiple architectures
- Note that each build has generated a different debugId, which causes the contenthash to change.
Expected Result
Content hashes should be consistent across architectures. I think we can accomplish this by specifying which hash the debugId uses, I suspect it's using the id/chunkhash and not the contenthash?
Actual Result
Content hashes are different across architectures. Similar to the issue described in #13971
Metadata
Metadata
Assignees
Type
Projects
Status
No status