Created
November 29, 2024 09:39
-
-
Save BYK/2bf873615ddf1bf1ce52efccab1dd347 to your computer and use it in GitHub Desktop.
Sample Sentry Profile Data from Django
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"environment": "development", | |
"event_id": "ba0b3ec25fc24945b25f8e8cfdb9ca7a", | |
"platform": "python", | |
"profile": { | |
"frames": [ | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/template/loaders/filesystem.py", | |
"module": "django.template.loaders.filesystem", | |
"filename": "django/template/loaders/filesystem.py", | |
"function": "Loader.get_contents", | |
"lineno": 23, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", | |
"module": "django.template.loaders.cached", | |
"filename": "django/template/loaders/cached.py", | |
"function": "Loader.get_contents", | |
"lineno": 26, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", | |
"module": "django.template.loaders.base", | |
"filename": "django/template/loaders/base.py", | |
"function": "Loader.get_template", | |
"lineno": 23, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", | |
"module": "django.template.loaders.cached", | |
"filename": "django/template/loaders/cached.py", | |
"function": "Loader.get_template", | |
"lineno": 57, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/template/engine.py", | |
"module": "django.template.engine", | |
"filename": "django/template/engine.py", | |
"function": "Engine.find_template", | |
"lineno": 159, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/template/engine.py", | |
"module": "django.template.engine", | |
"filename": "django/template/engine.py", | |
"function": "Engine.get_template", | |
"lineno": 177, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/template/backends/django.py", | |
"module": "django.template.backends.django", | |
"filename": "django/template/backends/django.py", | |
"function": "DjangoTemplates.get_template", | |
"lineno": 79, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/template/loader.py", | |
"module": "django.template.loader", | |
"filename": "django/template/loader.py", | |
"function": "get_template", | |
"lineno": 15, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/template/loader.py", | |
"module": "django.template.loader", | |
"filename": "django/template/loader.py", | |
"function": "render_to_string", | |
"lineno": 61, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/shortcuts.py", | |
"module": "django.shortcuts", | |
"filename": "django/shortcuts.py", | |
"function": "render", | |
"lineno": 25, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/polls/views.py", | |
"module": "polls.views", | |
"filename": "polls/views.py", | |
"function": "index", | |
"lineno": 12, | |
"in_app": true | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/getsentry/sentry-python/sentry_sdk/integrations/django/views.py", | |
"module": "sentry_sdk.integrations.django.views", | |
"filename": "sentry_sdk/integrations/django/views.py", | |
"function": "_wrap_sync_view.<locals>.sentry_wrapped_callback", | |
"lineno": 94 | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", | |
"module": "django.core.handlers.base", | |
"filename": "django/core/handlers/base.py", | |
"function": "BaseHandler._get_response", | |
"lineno": 197, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", | |
"module": "django.core.handlers.exception", | |
"filename": "django/core/handlers/exception.py", | |
"function": "convert_exception_to_response.<locals>.inner", | |
"lineno": 55, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/utils/deprecation.py", | |
"module": "django.utils.deprecation", | |
"filename": "django/utils/deprecation.py", | |
"function": "MiddlewareMixin.__call__", | |
"lineno": 129, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/getsentry/sentry-python/sentry_sdk/integrations/django/middleware.py", | |
"module": "sentry_sdk.integrations.django.middleware", | |
"filename": "sentry_sdk/integrations/django/middleware.py", | |
"function": "_wrap_middleware.<locals>.SentryWrappingMiddleware.__call__", | |
"lineno": 177 | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", | |
"module": "django.core.handlers.base", | |
"filename": "django/core/handlers/base.py", | |
"function": "BaseHandler.get_response", | |
"lineno": 140, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/getsentry/sentry-python/sentry_sdk/integrations/django/__init__.py", | |
"module": "sentry_sdk.integrations.django", | |
"filename": "sentry_sdk/integrations/django/__init__.py", | |
"function": "_patch_get_response.<locals>.sentry_patched_get_response", | |
"lineno": 479 | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/core/handlers/wsgi.py", | |
"module": "django.core.handlers.wsgi", | |
"filename": "django/core/handlers/wsgi.py", | |
"function": "WSGIHandler.__call__", | |
"lineno": 124, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/getsentry/sentry-python/sentry_sdk/integrations/wsgi.py", | |
"module": "sentry_sdk.integrations.wsgi", | |
"filename": "sentry_sdk/integrations/wsgi.py", | |
"function": "SentryWsgiMiddleware.__call__", | |
"lineno": 131 | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/getsentry/sentry-python/sentry_sdk/integrations/django/__init__.py", | |
"module": "sentry_sdk.integrations.django", | |
"filename": "sentry_sdk/integrations/django/__init__.py", | |
"function": "DjangoIntegration.setup_once.<locals>.sentry_patched_wsgi_handler", | |
"lineno": 193 | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/getsentry/sentry-python/sentry_sdk/utils.py", | |
"module": "sentry_sdk.utils", | |
"filename": "sentry_sdk/utils.py", | |
"function": "ensure_integration_enabled.<locals>.patcher.<locals>.runner", | |
"lineno": 1788 | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/contrib/staticfiles/handlers.py", | |
"module": "django.contrib.staticfiles.handlers", | |
"filename": "django/contrib/staticfiles/handlers.py", | |
"function": "StaticFilesHandler.__call__", | |
"lineno": 80, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/.local/share/uv/python/cpython-3.12.4-linux-x86_64-gnu/lib/python3.12/wsgiref/handlers.py", | |
"module": "wsgiref.handlers", | |
"filename": "wsgiref/handlers.py", | |
"function": "BaseHandler.run", | |
"lineno": 137 | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/core/servers/basehttp.py", | |
"module": "django.core.servers.basehttp", | |
"filename": "django/core/servers/basehttp.py", | |
"function": "WSGIRequestHandler.handle_one_request", | |
"lineno": 253, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/core/servers/basehttp.py", | |
"module": "django.core.servers.basehttp", | |
"filename": "django/core/servers/basehttp.py", | |
"function": "WSGIRequestHandler.handle", | |
"lineno": 228, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/.local/share/uv/python/cpython-3.12.4-linux-x86_64-gnu/lib/python3.12/socketserver.py", | |
"module": "socketserver", | |
"filename": "socketserver.py", | |
"function": "BaseRequestHandler.__init__", | |
"lineno": 761 | |
}, | |
{ | |
"abs_path": "/home/byk/.local/share/uv/python/cpython-3.12.4-linux-x86_64-gnu/lib/python3.12/socketserver.py", | |
"module": "socketserver", | |
"filename": "socketserver.py", | |
"function": "BaseServer.finish_request", | |
"lineno": 362 | |
}, | |
{ | |
"abs_path": "/home/byk/.local/share/uv/python/cpython-3.12.4-linux-x86_64-gnu/lib/python3.12/socketserver.py", | |
"module": "socketserver", | |
"filename": "socketserver.py", | |
"function": "ThreadingMixIn.process_request_thread", | |
"lineno": 692 | |
}, | |
{ | |
"abs_path": "/home/byk/.local/share/uv/python/cpython-3.12.4-linux-x86_64-gnu/lib/python3.12/threading.py", | |
"module": "threading", | |
"filename": "threading.py", | |
"function": "Thread.run", | |
"lineno": 1010 | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/getsentry/sentry-python/sentry_sdk/integrations/threading.py", | |
"module": "sentry_sdk.integrations.threading", | |
"filename": "sentry_sdk/integrations/threading.py", | |
"function": "_wrap_run.<locals>.run.<locals>._run_old_run_func", | |
"lineno": 94 | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/getsentry/sentry-python/sentry_sdk/integrations/threading.py", | |
"module": "sentry_sdk.integrations.threading", | |
"filename": "sentry_sdk/integrations/threading.py", | |
"function": "_wrap_run.<locals>.run", | |
"lineno": 101 | |
}, | |
{ | |
"abs_path": "/home/byk/.local/share/uv/python/cpython-3.12.4-linux-x86_64-gnu/lib/python3.12/threading.py", | |
"module": "threading", | |
"filename": "threading.py", | |
"function": "Thread._bootstrap_inner", | |
"lineno": 1073 | |
}, | |
{ | |
"abs_path": "/home/byk/.local/share/uv/python/cpython-3.12.4-linux-x86_64-gnu/lib/python3.12/threading.py", | |
"module": "threading", | |
"filename": "threading.py", | |
"function": "Thread._bootstrap", | |
"lineno": 1030 | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/getsentry/sentry-python/sentry_sdk/sessions.py", | |
"module": "sentry_sdk.sessions", | |
"filename": "sentry_sdk/sessions.py", | |
"function": "SessionFlusher._ensure_running.<locals>._thread", | |
"lineno": 212 | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/getsentry/sentry-python/sentry_sdk/profiler/transaction_profiler.py", | |
"module": "sentry_sdk.profiler.transaction_profiler", | |
"filename": "sentry_sdk/profiler/transaction_profiler.py", | |
"function": "Scheduler.make_sampler.<locals>._sample_stack", | |
"lineno": 619 | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/getsentry/sentry-python/sentry_sdk/profiler/transaction_profiler.py", | |
"module": "sentry_sdk.profiler.transaction_profiler", | |
"filename": "sentry_sdk/profiler/transaction_profiler.py", | |
"function": "ThreadScheduler.run", | |
"lineno": 733 | |
}, | |
{ | |
"abs_path": "/home/byk/.local/share/uv/python/cpython-3.12.4-linux-x86_64-gnu/lib/python3.12/selectors.py", | |
"module": "selectors", | |
"filename": "selectors.py", | |
"function": "_PollLikeSelector.select", | |
"lineno": 415 | |
}, | |
{ | |
"abs_path": "/home/byk/.local/share/uv/python/cpython-3.12.4-linux-x86_64-gnu/lib/python3.12/socketserver.py", | |
"module": "socketserver", | |
"filename": "socketserver.py", | |
"function": "BaseServer.serve_forever", | |
"lineno": 235 | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/core/servers/basehttp.py", | |
"module": "django.core.servers.basehttp", | |
"filename": "django/core/servers/basehttp.py", | |
"function": "run", | |
"lineno": 282, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/core/management/commands/runserver.py", | |
"module": "django.core.management.commands.runserver", | |
"filename": "django/core/management/commands/runserver.py", | |
"function": "Command.inner_run", | |
"lineno": 144, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/utils/autoreload.py", | |
"module": "django.utils.autoreload", | |
"filename": "django/utils/autoreload.py", | |
"function": "check_errors.<locals>.wrapper", | |
"lineno": 64, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/utils/autoreload.py", | |
"module": "django.utils.autoreload", | |
"filename": "django/utils/autoreload.py", | |
"function": "StatReloader.tick", | |
"lineno": 405, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/utils/autoreload.py", | |
"module": "django.utils.autoreload", | |
"filename": "django/utils/autoreload.py", | |
"function": "BaseReloader.run_loop", | |
"lineno": 350, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/utils/autoreload.py", | |
"module": "django.utils.autoreload", | |
"filename": "django/utils/autoreload.py", | |
"function": "BaseReloader.run", | |
"lineno": 344, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/utils/autoreload.py", | |
"module": "django.utils.autoreload", | |
"filename": "django/utils/autoreload.py", | |
"function": "start_django", | |
"lineno": 660, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/utils/autoreload.py", | |
"module": "django.utils.autoreload", | |
"filename": "django/utils/autoreload.py", | |
"function": "run_with_reloader", | |
"lineno": 671, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/core/management/commands/runserver.py", | |
"module": "django.core.management.commands.runserver", | |
"filename": "django/core/management/commands/runserver.py", | |
"function": "Command.run", | |
"lineno": 119, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/core/management/commands/runserver.py", | |
"module": "django.core.management.commands.runserver", | |
"filename": "django/core/management/commands/runserver.py", | |
"function": "Command.handle", | |
"lineno": 112, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/core/management/base.py", | |
"module": "django.core.management.base", | |
"filename": "django/core/management/base.py", | |
"function": "BaseCommand.execute", | |
"lineno": 459, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/core/management/commands/runserver.py", | |
"module": "django.core.management.commands.runserver", | |
"filename": "django/core/management/commands/runserver.py", | |
"function": "Command.execute", | |
"lineno": 75, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/core/management/base.py", | |
"module": "django.core.management.base", | |
"filename": "django/core/management/base.py", | |
"function": "BaseCommand.run_from_argv", | |
"lineno": 413, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/core/management/__init__.py", | |
"module": "django.core.management", | |
"filename": "django/core/management/__init__.py", | |
"function": "ManagementUtility.execute", | |
"lineno": 436, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/core/management/__init__.py", | |
"module": "django.core.management", | |
"filename": "django/core/management/__init__.py", | |
"function": "execute_from_command_line", | |
"lineno": 442, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/manage.py", | |
"module": "__main__", | |
"filename": "manage.py", | |
"function": "main", | |
"lineno": 18, | |
"in_app": true | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/manage.py", | |
"module": "__main__", | |
"filename": "manage.py", | |
"function": "<module>", | |
"lineno": 22, | |
"in_app": true | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", | |
"module": "django.db.backends.sqlite3.base", | |
"filename": "django/db/backends/sqlite3/base.py", | |
"function": "DatabaseWrapper.get_new_connection", | |
"lineno": 200, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/utils/asyncio.py", | |
"module": "django.utils.asyncio", | |
"filename": "django/utils/asyncio.py", | |
"function": "async_unsafe.<locals>.decorator.<locals>.inner", | |
"lineno": 26, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/db/backends/base/base.py", | |
"module": "django.db.backends.base.base", | |
"filename": "django/db/backends/base/base.py", | |
"function": "BaseDatabaseWrapper.connect", | |
"lineno": 256, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/getsentry/sentry-python/sentry_sdk/integrations/django/__init__.py", | |
"module": "sentry_sdk.integrations.django", | |
"filename": "sentry_sdk/integrations/django/__init__.py", | |
"function": "install_sql_hook.<locals>.connect", | |
"lineno": 692 | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/db/backends/base/base.py", | |
"module": "django.db.backends.base.base", | |
"filename": "django/db/backends/base/base.py", | |
"function": "BaseDatabaseWrapper.ensure_connection", | |
"lineno": 279, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/db/backends/base/base.py", | |
"module": "django.db.backends.base.base", | |
"filename": "django/db/backends/base/base.py", | |
"function": "BaseDatabaseWrapper._cursor", | |
"lineno": 296, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/db/backends/base/base.py", | |
"module": "django.db.backends.base.base", | |
"filename": "django/db/backends/base/base.py", | |
"function": "BaseDatabaseWrapper.cursor", | |
"lineno": 320, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", | |
"module": "django.db.models.sql.compiler", | |
"filename": "django/db/models/sql/compiler.py", | |
"function": "SQLCompiler.execute_sql", | |
"lineno": 1572, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/db/models/query.py", | |
"module": "django.db.models.query", | |
"filename": "django/db/models/query.py", | |
"function": "ModelIterable.__iter__", | |
"lineno": 91, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/db/models/query.py", | |
"module": "django.db.models.query", | |
"filename": "django/db/models/query.py", | |
"function": "QuerySet._fetch_all", | |
"lineno": 1928, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/db/models/query.py", | |
"module": "django.db.models.query", | |
"filename": "django/db/models/query.py", | |
"function": "QuerySet.__bool__", | |
"lineno": 414, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", | |
"module": "django.template.defaulttags", | |
"filename": "django/template/defaulttags.py", | |
"function": "IfNode.render", | |
"lineno": 326, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/template/base.py", | |
"module": "django.template.base", | |
"filename": "django/template/base.py", | |
"function": "Node.render_annotated", | |
"lineno": 969, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/template/base.py", | |
"module": "django.template.base", | |
"filename": "django/template/base.py", | |
"function": "NodeList.render", | |
"lineno": 1008, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/template/base.py", | |
"module": "django.template.base", | |
"filename": "django/template/base.py", | |
"function": "Template._render", | |
"lineno": 163, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/template/base.py", | |
"module": "django.template.base", | |
"filename": "django/template/base.py", | |
"function": "Template.render", | |
"lineno": 171, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/template/backends/django.py", | |
"module": "django.template.backends.django", | |
"filename": "django/template/backends/django.py", | |
"function": "Template.render", | |
"lineno": 107, | |
"in_app": false | |
}, | |
{ | |
"abs_path": "/home/byk/Projects/spotlight-django/.venv/lib/python3.12/site-packages/django/template/loader.py", | |
"module": "django.template.loader", | |
"filename": "django/template/loader.py", | |
"function": "render_to_string", | |
"lineno": 62, | |
"in_app": false | |
} | |
], | |
"stacks": [ | |
[ | |
0, | |
1, | |
2, | |
3, | |
4, | |
5, | |
6, | |
7, | |
8, | |
9, | |
10, | |
11, | |
12, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
16, | |
17, | |
18, | |
19, | |
20, | |
21, | |
22, | |
23, | |
24, | |
25, | |
26, | |
27, | |
28, | |
29, | |
30, | |
31, | |
32, | |
33 | |
], | |
[ | |
34, | |
29, | |
30, | |
31, | |
32, | |
33 | |
], | |
[ | |
35, | |
36, | |
29, | |
30, | |
31, | |
32, | |
33 | |
], | |
[ | |
37, | |
38, | |
39, | |
40, | |
41, | |
29, | |
32, | |
33 | |
], | |
[ | |
42, | |
43, | |
44, | |
45, | |
46, | |
47, | |
48, | |
49, | |
50, | |
51, | |
52, | |
53, | |
54, | |
55 | |
], | |
[ | |
56, | |
57, | |
58, | |
57, | |
59, | |
21, | |
60, | |
57, | |
61, | |
62, | |
57, | |
63, | |
64, | |
65, | |
66, | |
67, | |
68, | |
69, | |
70, | |
71, | |
72, | |
73, | |
9, | |
10, | |
11, | |
12, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
14, | |
15, | |
13, | |
16, | |
17, | |
18, | |
19, | |
20, | |
21, | |
22, | |
23, | |
24, | |
25, | |
26, | |
27, | |
28, | |
29, | |
30, | |
31, | |
32, | |
33 | |
] | |
], | |
"samples": [ | |
{ | |
"elapsed_since_start_ns": "10768904", | |
"thread_id": "140455094253120", | |
"stack_id": 0 | |
}, | |
{ | |
"elapsed_since_start_ns": "10768904", | |
"thread_id": "140455308199488", | |
"stack_id": 1 | |
}, | |
{ | |
"elapsed_since_start_ns": "10768904", | |
"thread_id": "140455317640768", | |
"stack_id": 2 | |
}, | |
{ | |
"elapsed_since_start_ns": "10768904", | |
"thread_id": "140455344748096", | |
"stack_id": 3 | |
}, | |
{ | |
"elapsed_since_start_ns": "10768904", | |
"thread_id": "140455368099648", | |
"stack_id": 4 | |
}, | |
{ | |
"elapsed_since_start_ns": "24178010", | |
"thread_id": "140455094253120", | |
"stack_id": 5 | |
}, | |
{ | |
"elapsed_since_start_ns": "24178010", | |
"thread_id": "140455308199488", | |
"stack_id": 1 | |
}, | |
{ | |
"elapsed_since_start_ns": "24178010", | |
"thread_id": "140455317640768", | |
"stack_id": 2 | |
}, | |
{ | |
"elapsed_since_start_ns": "24178010", | |
"thread_id": "140455344748096", | |
"stack_id": 3 | |
}, | |
{ | |
"elapsed_since_start_ns": "24178010", | |
"thread_id": "140455368099648", | |
"stack_id": 4 | |
} | |
], | |
"thread_metadata": { | |
"140455368099648": { | |
"name": "MainThread" | |
}, | |
"140455344748096": { | |
"name": "django-main-thread" | |
}, | |
"140455317640768": { | |
"name": "sentry.profiler.ThreadScheduler" | |
}, | |
"140455308199488": { | |
"name": "Thread-2 (_thread)" | |
}, | |
"140455094253120": { | |
"name": "Thread-17 (process_request_thread)" | |
} | |
} | |
}, | |
"release": "c7dd8f71d0c2a8452f089c9868f065ec9ea251ed", | |
"timestamp": "2024-11-19T19:30:37.766315Z", | |
"version": "1", | |
"device": { | |
"architecture": "x86_64" | |
}, | |
"os": { | |
"name": "Linux", | |
"version": "5.15.167.4-microsoft-standard-WSL2" | |
}, | |
"runtime": { | |
"name": "CPython", | |
"version": "3.12.4" | |
}, | |
"transactions": [ | |
{ | |
"id": "5f689ab997244aac9878261ef6a52a17", | |
"name": "/polls/", | |
"relative_start_ns": "0", | |
"relative_end_ns": "31307016", | |
"trace_id": "1c90c944b482436b901ce5ac2a60d6c1", | |
"active_thread_id": "140455094253120" | |
} | |
], | |
"type": "profile" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment