Open
Description
Vue version
3.4.27
Link to minimal reproduction
Steps to reproduce
Open dev tools when in prod mode on reproduction link, see logged to the console output of 'info' parameter passed to onErrorCaptured hook
What is expected?
From the description at https://vuejs.org/error-reference the string 'setup function' should be mapped to 0
So the number 0 should be passed as the info parameter to the onErrorCaptured hook
What is actually happening?
The string 'https://vuejs.org/error-reference/#runtime-0' is passed as the info parameter
System Info
No response
Any additional comments?
The change was made in this PR #9165 but I can't find any context as to why