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
chore(tracing/aiohttp_jinja2): automatically enable aiohttp_jinja2 tracing on its own (#3450) (#3507)
aiohttp_jinja2 used to be included in the aiohttp integration. In #3356 the aiohttp_jinja2 integration was separated into its own integration but kept in the testsuite of aiohttp. For backwards compatibility aiohttp_jinja2 was still enabled using the aiohttp integration. Both of these combined this led to a bug that went uncaught by the testsuite which was fixed in #3449.
To avoid further issues and to be consistent with the rest of the library the aiohttp_jinja2 is separated further out with its test suite and is no longer enabled via aiohttp so now the two integrations are independent.
Co-authored-by: Kyle Verhoog <[email protected]>
(cherry picked from commit db50385)
Co-authored-by: Brett Langdon <[email protected]>
0 commit comments