@@ -53,7 +53,7 @@ logging = [
5353 " structlog" ,
5454]
5555free-all = [
56- " lite-bootstrap[sentry,otl,logging]" ,
56+ " lite-bootstrap[sentry,otl,logging,pyroscope ]" ,
5757]
5858fastapi = [
5959 " fastapi" ,
@@ -73,7 +73,7 @@ fastapi-metrics = [
7373 " prometheus-fastapi-instrumentator>=6.1" ,
7474]
7575fastapi-all = [
76- " lite-bootstrap[fastapi-sentry,fastapi-otl,fastapi-logging,fastapi-metrics]" ,
76+ " lite-bootstrap[fastapi-sentry,fastapi-otl,fastapi-logging,fastapi-metrics,pyroscope ]" ,
7777]
7878litestar = [
7979 " litestar>=2.9" ,
@@ -93,7 +93,7 @@ litestar-metrics = [
9393 " prometheus-client>=0.20" ,
9494]
9595litestar-all = [
96- " lite-bootstrap[litestar-sentry,litestar-otl,litestar-logging,litestar-metrics]" ,
96+ " lite-bootstrap[litestar-sentry,litestar-otl,litestar-logging,litestar-metrics,pyroscope ]" ,
9797]
9898faststream = [
9999 " faststream" ,
@@ -112,8 +112,8 @@ faststream-metrics = [
112112 " prometheus-client>=0.20" ,
113113]
114114faststream-all = [
115- " lite-bootstrap[faststream-sentry,faststream-otl,faststream-logging,faststream-metrics]" ,
116- " lite-bootstrap[sentry,otl,logging,faststream,faststream-metrics]"
115+ " lite-bootstrap[faststream-sentry,faststream-otl,faststream-logging,faststream-metrics,pyroscope ]" ,
116+ " lite-bootstrap[sentry,otl,logging,faststream,faststream-metrics,pyroscope ]"
117117]
118118
119119[dependency-groups ]
0 commit comments