Angular 19 was released. This PR adds support for the new major version by bumping peer dependencies and adding an Angular 19 e2e test app.
From reading the changelog and the updated APF specification, it doesn't seem like there are any changes of concern for our SDK. Noteable exception:
The APP_INITIALIZER token was DI token was deprecated in favour of provideAppinitializer.
This results in a slight update how to configure our SDK's TraceService in app.config.ts:
Angular 19 was released. This PR adds support for the new major version by bumping peer dependencies and adding an Angular 19 e2e test app.
From reading the changelog and the updated APF specification, it doesn't seem like there are any changes of concern for our SDK. Noteable exception:
The
APP_INITIALIZER
token was DI token was deprecated in favour ofprovideAppinitializer
. This results in a slight update how to configure our SDK'sTraceService
inapp.config.ts
:I will update our docs accordingly.
closes https://github.com/getsentry/sentry-javascript/issues/14386