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

Backport fixes to v7 #10546

Merged
merged 3 commits into from
Feb 7, 2024
Merged

Backport fixes to v7 #10546

merged 3 commits into from
Feb 7, 2024

Conversation

mydea
Copy link
Member

@mydea mydea commented Feb 7, 2024

Backporting some fixes to v7:

AbhiPrasad and others added 3 commits February 7, 2024 09:28
Fixes #10525

When writing the rollup config, we didn't include the debug build
plugin. This led to things not be replaced properly as `profiling-node`
bundles everything into a single file.

This was also causing issues in our CI:
https://github.com/getsentry/sentry-javascript/actions/runs/7804351046/job/21287026518?pr=10527

Backporting this fix to v7 so we can do a `7.100.1` release after we
merge this in.
In CI currently on develop, we are stuck in a situation where we don't
build bindings which means that the e2e tests always fail.

Let's only run the profiling e2e tests whenever we change bindings, and
make it a little more liberal for when we do run CI for changing
bindings.
…10536)

We are creating a replay breadcrumb when user feedback was submitted,
however, the it was not typed correctly, which the timestamp not being
included in the proper location.
@mydea mydea requested a review from lforst February 7, 2024 08:31
@mydea mydea self-assigned this Feb 7, 2024
@mydea mydea merged commit bdb73c7 into v7 Feb 7, 2024
119 checks passed
@mydea mydea deleted the fn/backport-v7 branch February 7, 2024 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants