I maintain a legacy app with Smarty templates which causes a lot of Notice noise. We have been filtering these in the before_send callback by comparing the last frame's absolute file path against the directory in which those Smarty templates reside in.
After upgrading to sentry/sdk v3, we noticed that these Notices were no longer filtered.
Debugging showed that all Frame->absoluteFilePaths are now null, which hadn't been the case in v2.
The Upgrade guide doesn't mention this. Is this a bug or a breaking change?
Oh, it looks like this bug was already reported in #1103 and fixed in #1104.
You are correct, this fix will be released later.
I'll close the issue in the meantime since it was already fixed.
3.0.3 was just released fixing this 馃憤