123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- ---
- created: '2023-03-03T15:11:53.219343Z'
- creator: sentry
- source: tests/symbolicator/test_sourcemap.py
- ---
- errors: []
- exception:
- values:
- - raw_stacktrace:
- frames:
- - abs_path: http://example.com/test.min.js
- colno: 64
- data:
- orig_in_app: -1
- filename: test.min.js
- function: e
- in_app: false
- lineno: 1
- - abs_path: http://example.com/test.min.js
- colno: 136
- context_line: '{snip} row new Error("failed!")}function r(r){var i=null;if(r.failed){i=e}else{i=n}i(r)}function
- i(){var n={failed:true,value:42};r(n)}return i}();'
- data:
- orig_in_app: -1
- filename: test.min.js
- function: r
- in_app: false
- lineno: 1
- post_context:
- - //# sourceMappingURL=test.map
- - abs_path: http://example.com/test.min.js
- colno: 183
- context_line: '{snip} row new Error("failed!")}function r(r){var i=null;if(r.failed){i=e}else{i=n}i(r)}function
- i(){var n={failed:true,value:42};r(n)}return i}();'
- data:
- orig_in_app: -1
- filename: test.min.js
- function: i
- in_app: false
- lineno: 1
- post_context:
- - //# sourceMappingURL=test.map
- - abs_path: http://example.com/index.html
- colno: 7
- context_line: var makeAFailure=function(){function n(n){}function e(n){throw
- new Error("failed!")}function r(r){var i=null;if(r.failed){i=e}else{i=n}i(r)}
- {snip}
- data:
- orig_in_app: -1
- filename: index.html
- function: produceStack
- in_app: false
- lineno: 6
- post_context:
- - //# sourceMappingURL=test.map
- stacktrace:
- frames:
- - abs_path: http://example.com/index.html
- colno: 7
- data:
- orig_in_app: -1
- symbolicator_status: missing_sourcemap
- filename: index.html
- function: produceStack
- in_app: false
- lineno: 6
- module: index
- - abs_path: test.js
- colno: 5
- context_line: ' invoke(data);'
- data:
- orig_in_app: -1
- symbolicator_status: symbolicated
- filename: test.js
- function: test
- in_app: false
- lineno: 20
- post_context:
- - ' }'
- - ''
- - ' return test;'
- - '})();'
- - ''
- pre_context:
- - ' cb(data);'
- - ' }'
- - ''
- - ' function test() {'
- - ' var data = {failed: true, value: 42};'
- - abs_path: test.js
- colno: 5
- context_line: ' cb(data);'
- data:
- orig_in_app: -1
- symbolicator_status: symbolicated
- filename: test.js
- function: invoke
- in_app: false
- lineno: 15
- post_context:
- - ' }'
- - ''
- - ' function test() {'
- - ' var data = {failed: true, value: 42};'
- - ' invoke(data);'
- pre_context:
- - ' if (data.failed) {'
- - ' cb = onFailure;'
- - ' } else {'
- - ' cb = onSuccess;'
- - ' }'
- - abs_path: test.js
- colno: 11
- context_line: ' throw new Error(''failed!'');'
- data:
- orig_in_app: -1
- symbolicator_status: symbolicated
- filename: test.js
- function: onFailure
- in_app: false
- lineno: 5
- post_context:
- - ' }'
- - ''
- - ' function invoke(data) {'
- - ' var cb = null;'
- - ' if (data.failed) {'
- pre_context:
- - var makeAFailure = (function() {
- - ' function onSuccess(data) {}'
- - ''
- - ' function onFailure(data) {'
- type: Error
|