@@ -718,6 +718,8 @@ def foo(event, hint):
718
718
(["quart" ], "sentry.python.quart" ),
719
719
(["sanic" ], "sentry.python.sanic" ),
720
720
(["starlette" ], "sentry.python.starlette" ),
721
+ (["starlite" ], "sentry.python.starlite" ),
722
+ (["litestar" ], "sentry.python.litestar" ),
721
723
(["chalice" ], "sentry.python.chalice" ),
722
724
(["serverless" ], "sentry.python.serverless" ),
723
725
(["pyramid" ], "sentry.python.pyramid" ),
@@ -756,6 +758,8 @@ def foo(event, hint):
756
758
(["sanic" , "quart" , "sqlalchemy" ], "sentry.python.quart" ),
757
759
(["starlette" , "sanic" , "rq" ], "sentry.python.sanic" ),
758
760
(["chalice" , "starlette" , "modules" ], "sentry.python.starlette" ),
761
+ (["chalice" , "starlite" , "modules" ], "sentry.python.starlite" ),
762
+ (["chalice" , "litestar" , "modules" ], "sentry.python.litestar" ),
759
763
(["serverless" , "chalice" , "pure_eval" ], "sentry.python.chalice" ),
760
764
(["pyramid" , "serverless" , "modules" ], "sentry.python.serverless" ),
761
765
(["tornado" , "pyramid" , "executing" ], "sentry.python.pyramid" ),
0 commit comments