Changes between Version 10 and Version 11 of Ticket #33353
- Timestamp:
- Jan 6, 2022, 8:50:52 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33353 – Description
v10 v11 5 5 Although I think it should only print a warning, as dicussed below people feel its worthwhile to keep this breaking change. Could we please least makie it only raise an error if `settings.DEBUG == True`? That way in production where the sourcemaps are used less, its okay. 6 6 7 Alternatively/Additionally, could there be a `settings.SOURCEMAP_EXCEPTION ` etc that allows one to turn off this new break change?7 Alternatively/Additionally, could there be a `settings.SOURCEMAP_EXCEPTIONS` (or some other name) that allows one to turn off this new behaviour.