You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have applied error tracing on development build which shows proper file and line because of sourcemap files as they do exist on development but when i tried the same code on production built, the file showed up is UglifyJs and couldn't understand the line and code.
i can use --sourcemap flag to get the sourcemap on production but i don't want my users to view sourcemap. is there any way i can get proper file and line of error in production without sourcemap
The text was updated successfully, but these errors were encountered:
I have also tried to generate map iles in production with flag --sourcemap and move them on restricted domain which only i can access but so error produced on my machine shows proper file and line number but on other users it wont show.
but i don't want this i have created an error logging file and want to log error with error trace produced on user end.
Versions
Repro steps
I have applied error tracing on development build which shows proper file and line because of sourcemap files as they do exist on development but when i tried the same code on production built, the file showed up is UglifyJs and couldn't understand the line and code.
i can use --sourcemap flag to get the sourcemap on production but i don't want my users to view sourcemap. is there any way i can get proper file and line of error in production without sourcemap
The text was updated successfully, but these errors were encountered: