Last active
June 14, 2016 11:10
-
-
Save georgexsh/b5f73925ed54f09f348113e81b00f85c to your computer and use it in GitHub Desktop.
sentry internal error
This file contains 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
{ | |
"culprit": "sentry/layout.html", | |
"datetime": "2016-06-14T10:56:55.000000Z", | |
"errors": [], | |
"extra": { | |
"sys.argv": [ | |
"'uwsgi'" | |
] | |
}, | |
"fingerprint": [ | |
"{{ default }}" | |
], | |
"id": "b04787933aad4f57b4e29578fff4647f", | |
"message": "RuntimeError: maximum recursion depth exceeded while calling a Python object", | |
"modules": { | |
"python": "2.7.9", | |
"sentry": "8.4.1" | |
}, | |
"platform": "python", | |
"project": 1, | |
"received": 1465901815, | |
"release": null, | |
"sdk": { | |
"name": "raven-python", | |
"version": "5.19.0" | |
}, | |
"sentry.interfaces.Exception": { | |
"exc_omitted": null, | |
"values": [ | |
{ | |
"module": "exceptions", | |
"stacktrace": { | |
"frames": [ | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/raven/middleware.py", | |
"context_line": " iterable = self.application(environ, start_response)", | |
"filename": "raven/middleware.py", | |
"function": "__call__", | |
"in_app": false, | |
"lineno": 35, | |
"module": "raven.middleware" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/wsgi.py", | |
"context_line": " response = super(FileWrapperWSGIHandler, self).__call__(environ, start_response)", | |
"filename": "sentry/wsgi.py", | |
"function": "__call__", | |
"in_app": true, | |
"lineno": 40, | |
"module": "sentry.wsgi", | |
"post_context": [ | |
" if hasattr(response, 'streaming') and response.streaming:", | |
" try:", | |
" response = environ['wsgi.file_wrapper'](response.streaming_content)", | |
" except KeyError:", | |
" # In our case, we're shipping with uwsgi, so it's safer to assume" | |
], | |
"pre_context": [ | |
" responses.", | |
"", | |
" Note: this was added natively into Django 1.8, so if by some reason,", | |
" we upgraded, this wouldn't be relevant anymore.\"\"\"", | |
" def __call__(self, environ, start_response):" | |
], | |
"vars": { | |
"environ": { | |
"'HTTP_ACCEPT'": "'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'", | |
"'HTTP_ACCEPT_ENCODING'": "'gzip, deflate'", | |
"'HTTP_ACCEPT_LANGUAGE'": "'zh-cn'", | |
"'HTTP_CACHE_CONTROL'": "'max-age=0'", | |
"'HTTP_DNT'": "'1'", | |
"'HTTP_USER_AGENT'": "'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1.1 Safari/601.6.17'", | |
"'HTTP_X_FORWARDED_FOR'": "'36.110.63.71'", | |
"'HTTP_X_FORWARDED_PROTO'": "'http'", | |
"'PATH_INFO'": "u'/rushu/internal/'", | |
"'QUERY_STRING'": "''", | |
"'REMOTE_ADDR'": "'36.110.63.71'", | |
"'REQUEST_METHOD'": "'GET'", | |
"'REQUEST_URI'": "'/rushu/internal/'", | |
"'SCRIPT_NAME'": "u''", | |
"'SERVER_NAME'": "'huatu...", | |
"'SERVER_PORT'": "'9001'", | |
"'SERVER_PROTOCOL'": "'HTTP/1.0'", | |
"'uwsgi.core'": 0, | |
"'uwsgi.version'": "'2.0.13.1'", | |
"'wsgi.errors'": "<open file 'wsgi_errors', mode 'w' at 0x7f52578d0ed0>", | |
"'wsgi.input'": "<uwsgi._Input object at 0x7f52550d4de0>", | |
"'wsgi.multiprocess'": true, | |
"'wsgi.url_scheme'": "'http'", | |
"'wsgi.version'": [ | |
1, | |
0 | |
], | |
"u'CSRF_COOKIE'": "u'JdspPpiYDTkCvjIuJukpVtOIfcddJ1dL'", | |
"u'CSRF_COOKIE_USED'": true | |
}, | |
"self": "<sentry.wsgi.FileWrapperWSGIHandler object at 0x7f52577761d0>", | |
"start_response": "<built-in function uwsgi_spit>" | |
} | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/core/handlers/wsgi.py", | |
"context_line": " response = self.get_response(request)", | |
"filename": "django/core/handlers/wsgi.py", | |
"function": "__call__", | |
"in_app": false, | |
"lineno": 206, | |
"module": "django.core.handlers.wsgi" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/core/handlers/base.py", | |
"context_line": " response = self.handle_uncaught_exception(request, resolver, sys.exc_info())", | |
"filename": "django/core/handlers/base.py", | |
"function": "get_response", | |
"in_app": false, | |
"lineno": 194, | |
"module": "django.core.handlers.base" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/core/handlers/base.py", | |
"context_line": " return callback(request, **param_dict)", | |
"filename": "django/core/handlers/base.py", | |
"function": "handle_uncaught_exception", | |
"in_app": false, | |
"lineno": 236, | |
"module": "django.core.handlers.base" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/views/generic/base.py", | |
"context_line": " return self.dispatch(request, *args, **kwargs)", | |
"filename": "django/views/generic/base.py", | |
"function": "view", | |
"in_app": false, | |
"lineno": 69, | |
"module": "django.views.generic.base" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/web/frontend/error_500.py", | |
"context_line": " return HttpResponseServerError(t.render(Context(context)))", | |
"filename": "sentry/web/frontend/error_500.py", | |
"function": "dispatch", | |
"in_app": true, | |
"lineno": 58, | |
"module": "sentry.web.frontend.error_500", | |
"pre_context": [ | |
" embed_config = self.get_embed_config(request)", | |
" if embed_config:", | |
" context['embed_config'] = mark_safe(json.dumps(embed_config))", | |
"", | |
" t = loader.get_template('sentry/500.html')" | |
], | |
"vars": { | |
"context": { | |
"'embed_config'": "'{\"dsn\":\"http://[email protected]/1\",\"eventId\":\"dc5ee876ff3b47259acf58b06b12e6f6\",\"userEmail\":\"[email protected]\",\"userName\":\"XieShi\"}'", | |
"'request'": "<WSGIRequest at 0x139991591736720>", | |
"'sentry_version'": [ | |
"'8.4.1'", | |
"'8.5.1'", | |
true, | |
"'8.4.1'" | |
] | |
}, | |
"embed_config": { | |
"'dsn'": "u'http://[email protected]/1'", | |
"'eventId'": "'dc5ee876ff3b47259acf58b06b12e6f6'", | |
"'userEmail'": "u'[email protected]'", | |
"'userName'": "u'XieShi'" | |
}, | |
"request": "<WSGIRequest at 0x139991591736720>", | |
"self": "<sentry.web.frontend.error_500.Error500View object at 0x7f5254760990>", | |
"t": "<django.template.base.Template object at 0x7f5254a68550>" | |
} | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/template/base.py", | |
"context_line": " return self._render(context)", | |
"filename": "django/template/base.py", | |
"function": "render", | |
"in_app": false, | |
"lineno": 140, | |
"module": "django.template.base" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/test/utils.py", | |
"context_line": " return self.nodelist.render(context)", | |
"filename": "django/test/utils.py", | |
"function": "instrumented_test_render", | |
"in_app": false, | |
"lineno": 85, | |
"module": "django.test.utils" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/template/base.py", | |
"context_line": " bit = self.render_node(node, context)", | |
"filename": "django/template/base.py", | |
"function": "render", | |
"in_app": false, | |
"lineno": 840, | |
"module": "django.template.base" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/template/debug.py", | |
"context_line": " return node.render(context)", | |
"filename": "django/template/debug.py", | |
"function": "render_node", | |
"in_app": false, | |
"lineno": 78, | |
"module": "django.template.debug" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/template/loader_tags.py", | |
"context_line": " return compiled_parent._render(context)", | |
"filename": "django/template/loader_tags.py", | |
"function": "render", | |
"in_app": false, | |
"lineno": 123, | |
"module": "django.template.loader_tags" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/test/utils.py", | |
"context_line": " return self.nodelist.render(context)", | |
"filename": "django/test/utils.py", | |
"function": "instrumented_test_render", | |
"in_app": false, | |
"lineno": 85, | |
"module": "django.test.utils" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/template/base.py", | |
"context_line": " bit = self.render_node(node, context)", | |
"filename": "django/template/base.py", | |
"function": "render", | |
"in_app": false, | |
"lineno": 840, | |
"module": "django.template.base" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/template/debug.py", | |
"context_line": " return node.render(context)", | |
"filename": "django/template/debug.py", | |
"function": "render_node", | |
"in_app": false, | |
"lineno": 78, | |
"module": "django.template.debug" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/template/loader_tags.py", | |
"context_line": " return compiled_parent._render(context)", | |
"filename": "django/template/loader_tags.py", | |
"function": "render", | |
"in_app": false, | |
"lineno": 123, | |
"module": "django.template.loader_tags" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/test/utils.py", | |
"context_line": " return self.nodelist.render(context)", | |
"filename": "django/test/utils.py", | |
"function": "instrumented_test_render", | |
"in_app": false, | |
"lineno": 85, | |
"module": "django.test.utils" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/template/base.py", | |
"context_line": " bit = self.render_node(node, context)", | |
"filename": "django/template/base.py", | |
"function": "render", | |
"in_app": false, | |
"lineno": 840, | |
"module": "django.template.base" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/template/debug.py", | |
"context_line": " return node.render(context)", | |
"filename": "django/template/debug.py", | |
"function": "render_node", | |
"in_app": false, | |
"lineno": 78, | |
"module": "django.template.debug" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/template/loader_tags.py", | |
"context_line": " result = block.nodelist.render(context)", | |
"filename": "django/template/loader_tags.py", | |
"function": "render", | |
"in_app": false, | |
"lineno": 62, | |
"module": "django.template.loader_tags" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/template/base.py", | |
"context_line": " bit = self.render_node(node, context)", | |
"filename": "django/template/base.py", | |
"function": "render", | |
"in_app": false, | |
"lineno": 840, | |
"module": "django.template.base" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/template/debug.py", | |
"context_line": " return node.render(context)", | |
"filename": "django/template/debug.py", | |
"function": "render_node", | |
"in_app": false, | |
"lineno": 78, | |
"module": "django.template.debug" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/template/base.py", | |
"context_line": " return func(*resolved_args, **resolved_kwargs)", | |
"filename": "django/template/base.py", | |
"function": "render", | |
"in_app": false, | |
"lineno": 1125, | |
"module": "django.template.base" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/templatetags/sentry_react.py", | |
"context_line": " 'user': serialize(user, user),", | |
"filename": "sentry/templatetags/sentry_react.py", | |
"function": "get_react_config", | |
"in_app": true, | |
"lineno": 130, | |
"module": "sentry.templatetags.sentry_react" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/api/serializers/base.py", | |
"context_line": " return serialize([objects], user=user, serializer=serializer)[0]", | |
"filename": "sentry/api/serializers/base.py", | |
"function": "serialize", | |
"in_app": true, | |
"lineno": 18, | |
"module": "sentry.api.serializers.base" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/api/serializers/base.py", | |
"context_line": " return [serializer(o, attrs=attrs.get(o, {}), user=user) for o in objects]", | |
"filename": "sentry/api/serializers/base.py", | |
"function": "serialize", | |
"in_app": true, | |
"lineno": 35, | |
"module": "sentry.api.serializers.base" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/api/serializers/base.py", | |
"context_line": " return self.serialize(obj, attrs, user)", | |
"filename": "sentry/api/serializers/base.py", | |
"function": "__call__", | |
"in_app": true, | |
"lineno": 49, | |
"module": "sentry.api.serializers.base" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/lib/python2.7/site-packages/sentry/api/serializers/models/user.py", | |
"context_line": " project__isnull=True,", | |
"filename": "data/www/sentry/lib/python2.7/site-packages/sentry/api/serializers/models/user.py", | |
"function": "serialize", | |
"in_app": true, | |
"lineno": 27, | |
"module": "sentry.api.serializers.models.user" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/db/models/query.py", | |
"context_line": " self._fetch_all()", | |
"filename": "django/db/models/query.py", | |
"function": "__iter__", | |
"in_app": false, | |
"lineno": 96, | |
"module": "django.db.models.query" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/db/models/query.py", | |
"context_line": " self._result_cache = list(self.iterator())", | |
"filename": "django/db/models/query.py", | |
"function": "_fetch_all", | |
"in_app": false, | |
"lineno": 857, | |
"module": "django.db.models.query" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/db/models/query.py", | |
"context_line": " for row in compiler.results_iter():", | |
"filename": "django/db/models/query.py", | |
"function": "iterator", | |
"in_app": false, | |
"lineno": 220, | |
"module": "django.db.models.query" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/db/models/sql/compiler.py", | |
"context_line": " for rows in self.execute_sql(MULTI):", | |
"filename": "django/db/models/sql/compiler.py", | |
"function": "results_iter", | |
"in_app": false, | |
"lineno": 713, | |
"module": "django.db.models.sql.compiler" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/../django/db/models/sql/compiler.py", | |
"context_line": " cursor = self.connection.cursor()", | |
"filename": "django/db/models/sql/compiler.py", | |
"function": "execute_sql", | |
"in_app": false, | |
"lineno": 785, | |
"module": "django.db.models.sql.compiler" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount" | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount", | |
"post_context": [ | |
"", | |
" return CursorWrapper(result, self, state)", | |
" return cursor", | |
"", | |
"" | |
], | |
"pre_context": [ | |
" return iter(self.cursor)", | |
"", | |
"", | |
"def get_cursor_wrapper(state):", | |
" def cursor(func, self, *args, **kwargs):" | |
], | |
"vars": { | |
"args": [], | |
"func": "<unbound method BaseDatabaseWrapper.cursor>", | |
"kwargs": {}, | |
"self": "<sentry.db.postgres.base.DatabaseWrapper object at 0x7f525c67c110>", | |
"state": "<sentry.utils.performance.sqlquerycount.State object at 0x7f5254f9b530>" | |
} | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount", | |
"post_context": [ | |
"", | |
" return CursorWrapper(result, self, state)", | |
" return cursor", | |
"", | |
"" | |
], | |
"pre_context": [ | |
" return iter(self.cursor)", | |
"", | |
"", | |
"def get_cursor_wrapper(state):", | |
" def cursor(func, self, *args, **kwargs):" | |
], | |
"vars": { | |
"args": [], | |
"func": "<unbound method BaseDatabaseWrapper.cursor>", | |
"kwargs": {}, | |
"self": "<sentry.db.postgres.base.DatabaseWrapper object at 0x7f525c67c110>", | |
"state": "<sentry.utils.performance.sqlquerycount.State object at 0x7f5255102530>" | |
} | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount", | |
"post_context": [ | |
"", | |
" return CursorWrapper(result, self, state)", | |
" return cursor", | |
"", | |
"" | |
], | |
"pre_context": [ | |
" return iter(self.cursor)", | |
"", | |
"", | |
"def get_cursor_wrapper(state):", | |
" def cursor(func, self, *args, **kwargs):" | |
], | |
"vars": { | |
"args": [], | |
"func": "<unbound method BaseDatabaseWrapper.cursor>", | |
"kwargs": {}, | |
"self": "<sentry.db.postgres.base.DatabaseWrapper object at 0x7f525c67c110>", | |
"state": "<sentry.utils.performance.sqlquerycount.State object at 0x7f52550e7258>" | |
} | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount", | |
"post_context": [ | |
"", | |
" return CursorWrapper(result, self, state)", | |
" return cursor", | |
"", | |
"" | |
], | |
"pre_context": [ | |
" return iter(self.cursor)", | |
"", | |
"", | |
"def get_cursor_wrapper(state):", | |
" def cursor(func, self, *args, **kwargs):" | |
], | |
"vars": { | |
"args": [], | |
"func": "<unbound method BaseDatabaseWrapper.cursor>", | |
"kwargs": {}, | |
"self": "<sentry.db.postgres.base.DatabaseWrapper object at 0x7f525c67c110>", | |
"state": "<sentry.utils.performance.sqlquerycount.State object at 0x7f5254f34a78>" | |
} | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount", | |
"post_context": [ | |
"", | |
" return CursorWrapper(result, self, state)", | |
" return cursor", | |
"", | |
"" | |
], | |
"pre_context": [ | |
" return iter(self.cursor)", | |
"", | |
"", | |
"def get_cursor_wrapper(state):", | |
" def cursor(func, self, *args, **kwargs):" | |
], | |
"vars": { | |
"args": [], | |
"func": "<unbound method BaseDatabaseWrapper.cursor>", | |
"kwargs": {}, | |
"self": "<sentry.db.postgres.base.DatabaseWrapper object at 0x7f525c67c110>", | |
"state": "<sentry.utils.performance.sqlquerycount.State object at 0x7f5254f343f8>" | |
} | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount", | |
"post_context": [ | |
"", | |
" return CursorWrapper(result, self, state)", | |
" return cursor", | |
"", | |
"" | |
], | |
"pre_context": [ | |
" return iter(self.cursor)", | |
"", | |
"", | |
"def get_cursor_wrapper(state):", | |
" def cursor(func, self, *args, **kwargs):" | |
], | |
"vars": { | |
"args": [], | |
"func": "<unbound method BaseDatabaseWrapper.cursor>", | |
"kwargs": {}, | |
"self": "<sentry.db.postgres.base.DatabaseWrapper object at 0x7f525c67c110>", | |
"state": "<sentry.utils.performance.sqlquerycount.State object at 0x7f5254f34e20>" | |
} | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount", | |
"post_context": [ | |
"", | |
" return CursorWrapper(result, self, state)", | |
" return cursor", | |
"", | |
"" | |
], | |
"pre_context": [ | |
" return iter(self.cursor)", | |
"", | |
"", | |
"def get_cursor_wrapper(state):", | |
" def cursor(func, self, *args, **kwargs):" | |
], | |
"vars": { | |
"args": [], | |
"func": "<unbound method BaseDatabaseWrapper.cursor>", | |
"kwargs": {}, | |
"self": "<sentry.db.postgres.base.DatabaseWrapper object at 0x7f525c67c110>", | |
"state": "<sentry.utils.performance.sqlquerycount.State object at 0x7f5254f9b188>" | |
} | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount", | |
"post_context": [ | |
"", | |
" return CursorWrapper(result, self, state)", | |
" return cursor", | |
"", | |
"" | |
], | |
"pre_context": [ | |
" return iter(self.cursor)", | |
"", | |
"", | |
"def get_cursor_wrapper(state):", | |
" def cursor(func, self, *args, **kwargs):" | |
], | |
"vars": { | |
"args": [], | |
"func": "<unbound method BaseDatabaseWrapper.cursor>", | |
"kwargs": {}, | |
"self": "<sentry.db.postgres.base.DatabaseWrapper object at 0x7f525c67c110>", | |
"state": "<sentry.utils.performance.sqlquerycount.State object at 0x7f5255090738>" | |
} | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount", | |
"post_context": [ | |
"", | |
" return CursorWrapper(result, self, state)", | |
" return cursor", | |
"", | |
"" | |
], | |
"pre_context": [ | |
" return iter(self.cursor)", | |
"", | |
"", | |
"def get_cursor_wrapper(state):", | |
" def cursor(func, self, *args, **kwargs):" | |
], | |
"vars": { | |
"args": [], | |
"func": "<unbound method BaseDatabaseWrapper.cursor>", | |
"kwargs": {}, | |
"self": "<sentry.db.postgres.base.DatabaseWrapper object at 0x7f525c67c110>", | |
"state": "<sentry.utils.performance.sqlquerycount.State object at 0x7f5254f34c18>" | |
} | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount", | |
"post_context": [ | |
"", | |
" return CursorWrapper(result, self, state)", | |
" return cursor", | |
"", | |
"" | |
], | |
"pre_context": [ | |
" return iter(self.cursor)", | |
"", | |
"", | |
"def get_cursor_wrapper(state):", | |
" def cursor(func, self, *args, **kwargs):" | |
], | |
"vars": { | |
"args": [], | |
"func": "<unbound method BaseDatabaseWrapper.cursor>", | |
"kwargs": {}, | |
"self": "<sentry.db.postgres.base.DatabaseWrapper object at 0x7f525c67c110>", | |
"state": "<sentry.utils.performance.sqlquerycount.State object at 0x7f52550e7ae0>" | |
} | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount", | |
"post_context": [ | |
"", | |
" return CursorWrapper(result, self, state)", | |
" return cursor", | |
"", | |
"" | |
], | |
"pre_context": [ | |
" return iter(self.cursor)", | |
"", | |
"", | |
"def get_cursor_wrapper(state):", | |
" def cursor(func, self, *args, **kwargs):" | |
], | |
"vars": { | |
"args": [], | |
"func": "<unbound method BaseDatabaseWrapper.cursor>", | |
"kwargs": {}, | |
"self": "<sentry.db.postgres.base.DatabaseWrapper object at 0x7f525c67c110>", | |
"state": "<sentry.utils.performance.sqlquerycount.State object at 0x7f52550e7d50>" | |
} | |
}, | |
{ | |
"abs_path": "/data/www/sentry/local/lib/python2.7/site-packages/sentry/utils/performance/sqlquerycount.py", | |
"context_line": " result = func(self, *args, **kwargs)", | |
"filename": "sentry/utils/performance/sqlquerycount.py", | |
"function": "cursor", | |
"in_app": true, | |
"lineno": 57, | |
"module": "sentry.utils.performance.sqlquerycount", | |
"post_context": [ | |
"", | |
" return CursorWrapper(result, self, state)", | |
" return cursor", | |
"", | |
"" | |
], | |
"pre_context": [ | |
" return iter(self.cursor)", | |
"", | |
"", | |
"def get_cursor_wrapper(state):", | |
" def cursor(func, self, *args, **kwargs):" | |
], | |
"vars": { | |
"args": [], | |
"func": "<unbound method BaseDatabaseWrapper.cursor>", | |
"kwargs": {}, | |
"self": "<sentry.db.postgres.base.DatabaseWrapper object at 0x7f525c67c110>", | |
"state": "<sentry.utils.performance.sqlquerycount.State object at 0x7f525517e3f8>" | |
} | |
} | |
], | |
"frames_omitted": null, | |
"has_system_frames": true | |
}, | |
"type": "RuntimeError", | |
"value": "maximum recursion depth exceeded while calling a Python object" | |
} | |
] | |
}, | |
"sentry.interfaces.Http": { | |
"cookies": [ | |
[ | |
"csrf", | |
"JdspPpiYDTkCvjIuJukpVtOIfcddJ1dL" | |
], | |
[ | |
"sentrysid", | |
"\".eJxNjDELwjAUhNuigqII_gQnp0w6OCoIQudAthCbR5smJjZ5T3EQ_OlGcHA57rs77l29hnLDF1IRdpISRGl0XfKpatDcIcRWjIuiiJQ64qNEOoh55vO-3jlb37DfdmKWA4SETQjWgJhkfIRoQfPV3-1FNRa85usEHuOTERqX2Ldnp6sy7pDd8bdZ6l75NkiXlVQLosqf4IeK2Afk5TqJ:1bCm1Z:-S8k3ozj3qeqmARPgIeF2f9KskM\"" | |
], | |
[ | |
"Hm_lvt_f3b83c21deaa6cfaa74e7ade7c0418d0", | |
"1457792255,1460345916" | |
], | |
[ | |
"gr_user_id", | |
"8b43fe60-263d-4add-88ae-f42bfcc70fa1" | |
], | |
[ | |
"pgv_pvi", | |
"3902588928" | |
] | |
], | |
"env": { | |
"REMOTE_ADDR": "127.0.0.1", | |
"SERVER_NAME": "huatuo.rushu.in", | |
"SERVER_PORT": "9001" | |
}, | |
"headers": [ | |
[ | |
"Accept-Language", | |
"zh-cn" | |
], | |
[ | |
"Accept-Encoding", | |
"gzip, deflate" | |
], | |
[ | |
"X-Forwarded-For", | |
"36.110.63.71" | |
], | |
[ | |
"Connection", | |
"close" | |
], | |
[ | |
"Accept", | |
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" | |
], | |
[ | |
"User-Agent", | |
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1.1 Safari/601.6.17" | |
], | |
[ | |
"Dnt", | |
"1" | |
], | |
[ | |
"Host", | |
"sentry.x.com" | |
], | |
[ | |
"X-Forwarded-Proto", | |
"http" | |
], | |
[ | |
"Cache-Control", | |
"max-age=0" | |
] | |
], | |
"method": "GET", | |
"url": "http://sentry.x.com/rushu/internal/" | |
}, | |
"sentry.interfaces.Template": { | |
"abs_path": "sentry/layout.html", | |
"context_line": " Sentry.ConfigStore.loadInitialData({% get_react_config %});\n", | |
"filename": "layout.html", | |
"lineno": 49, | |
"post_context": [ | |
" </script>\n", | |
" <script src=\"{% asset_url 'sentry' 'js/ads.js' %}\"></script>\n", | |
"\n" | |
], | |
"pre_context": [ | |
" // if the ads.js file loads below it will mark this variable as false\n", | |
" window.adblockSuspected = true;\n", | |
"\n" | |
] | |
}, | |
"sentry.interfaces.User": { | |
"ip_address": "127.0.0.1" | |
}, | |
"tags": [ | |
[ | |
"site", | |
"example.com" | |
], | |
[ | |
"level", | |
"error" | |
], | |
[ | |
"server_name", | |
"huatuo.rushu.in" | |
], | |
[ | |
"browser", | |
"Safari 9.1" | |
], | |
[ | |
"device", | |
"Other" | |
], | |
[ | |
"os", | |
"Mac OS X 10.11.5" | |
], | |
[ | |
"url", | |
"http://sentry.x.com/rushu/internal/" | |
], | |
[ | |
"sentry:user", | |
"ip:127.0.0.1" | |
] | |
], | |
"time_spent": null, | |
"type": "error", | |
"version": "5" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment