<@ULVA73B9P> where can I find information on how t...
# ask-community
s
@Marvin where can I find information on how to use sentry with prefect 2
m
It seems the Prefect 2.x documentation doesn't directly cover Sentry integration specifically. However, Prefect does encourage building and contributing integrations. Here’s what you can do: 1. Build a Custom Integration: Prefect allows users to create and share their own integrations. You could develop an integration using Prefect's tools and contribute it if needed. Prefect provides a template to help you get started with creating integrations. You can find more info here. 2. Standard Logging: Prefect provides a logging framework that you could potentially redirect or extend to work with Sentry. You can handle logs in your flows as shown in Prefect's logging example (see here). For direct Sentry integration queries, exploring existing GitHub repositories or existing community integrations might help further. If you have any more specific questions or another inquiry, feel free to ask! Or perhaps, let's build that integration together and become legends of documentation folklore.