1.) Download a Nerd Font
2.) Unzip and copy to ~/.fonts
3.) Run the command fc-cache -fv to manually rebuild the font cache
1.) Download a Nerd Font
2.) Unzip and copy to ~/.fonts
3.) Run the command fc-cache -fv to manually rebuild the font cache
| import logging | |
| import sentry_sdk | |
| from ratelimitingfilter import RateLimitingFilter | |
| from sentry_sdk.integrations.django import DjangoIntegration | |
| from sentry_sdk.integrations.logging import LoggingIntegration | |
| # Sentry | |
| sentry_logging = LoggingIntegration( | |
| level=logging.INFO, # Capture info and above as breadcrumbs |