{% extends "base.html" %} {% load static code %} {% block title %}Connect your application ยท {{ site_title }}{% endblock %} {% block content %}

Connect your application

Connect your application to Bugsink to start tracking errors. Bugsink is compatible with the Sentry SDKs. Use the following DSN to connect your application to Bugsink:
{% code %}:::text {{ dsn }} {% endcode %}

Language-specific instructions

Pick your language to get specific instructions on how to set up the SDK:
Not listed? It will probably work anyway! Just use the DSN above, and let us know if you run into any issues (on GitHub or Discord).

Further reading

For more information on how to use the SDK, check the Bugsink-specific SDK recommendations.
{% endblock %}