ref(core)!: Remove deprecated htmlTreeAsString from core - #23715
Conversation
This is exported from browser-utils already.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 785c563. Configure here.
| // eslint-disable-next-line typescript/no-deprecated | ||
| htmlTreeAsString, | ||
| } from './utils/browser'; | ||
| export { getComponentName, getLocationHref } from './utils/browser'; |
There was a problem hiding this comment.
Public helper removed without migration docs
Low Severity
This drops the publicly exported htmlTreeAsString from @sentry/core. I flagged it because the review rules call out removals of publicly exported functions. The helper was already deprecated and is available from @sentry/browser-utils, but the v11 Removed APIs section in MIGRATION.md does not mention the change.
Triggered by project rule: PR Review Guidelines for Cursor Bot
Reviewed by Cursor Bugbot for commit 785c563. Configure here.
size-limit report 📦
|


This is exported from browser-utils already.