@@ -581,6 +581,8 @@ def foo(event, hint):
581
581
(["quart" ], "sentry.python.quart" ),
582
582
(["sanic" ], "sentry.python.sanic" ),
583
583
(["starlette" ], "sentry.python.starlette" ),
584
+ (["starlite" ], "sentry.python.starlite" ),
585
+ (["litestar" ], "sentry.python.litestar" ),
584
586
(["chalice" ], "sentry.python.chalice" ),
585
587
(["serverless" ], "sentry.python.serverless" ),
586
588
(["pyramid" ], "sentry.python.pyramid" ),
@@ -619,6 +621,8 @@ def foo(event, hint):
619
621
(["sanic" , "quart" , "sqlalchemy" ], "sentry.python.quart" ),
620
622
(["starlette" , "sanic" , "rq" ], "sentry.python.sanic" ),
621
623
(["chalice" , "starlette" , "modules" ], "sentry.python.starlette" ),
624
+ (["chalice" , "starlite" , "modules" ], "sentry.python.starlite" ),
625
+ (["chalice" , "litestar" , "modules" ], "sentry.python.litestar" ),
622
626
(["serverless" , "chalice" , "pure_eval" ], "sentry.python.chalice" ),
623
627
(["pyramid" , "serverless" , "modules" ], "sentry.python.serverless" ),
624
628
(["tornado" , "pyramid" , "executing" ], "sentry.python.pyramid" ),
0 commit comments