5 files changed
+14
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
- python/celery/.gitignore+2
- python/celery/README.md+159
- python/celery/_ReadMeImages/dashboard-example.png
- python/celery/_ReadMeImages/sentry-logo-black.png
- python/celery/broker.sh+8
- python/celery/demo/app_bar/__init__.py+1
- python/celery/demo/app_bar/tasks.py+11
- python/celery/demo/app_foo/__init__.py+1
- python/celery/demo/app_foo/tasks.py+13
- python/celery/demo/backend.py+3
- python/celery/demo/frontend.py+22
- python/celery/demo/settings/__init__.py+1
- python/celery/demo/settings/async.py+31
- python/celery/demo/settings/web.py+3
- python/celery/requirements.txt+3
- python/celery/setup.sh+38
- python/celery/web.sh+7
- python/celery/worker.sh+7
- react-native/ios-swift-cocoapods/.gitignore-56
- react-native/ios-swift-cocoapods/Podfile-38
- react-native/ios-swift-cocoapods/Podfile.lock-111
- react-native/ios-swift-cocoapods/README.md-13
- react-native/ios-swift-cocoapods/index.js-155
- react-native/ios-swift-cocoapods/ios-swift-cocoapods.xcodeproj/project.pbxproj-584
- react-native/ios-swift-cocoapods/ios-swift-cocoapods.xcodeproj/project.xcworkspace/contents.xcworkspacedata-7
- react-native/ios-swift-cocoapods/ios-swift-cocoapods.xcworkspace/contents.xcworkspacedata-10
- react-native/ios-swift-cocoapods/ios-swift-cocoapods/AppDelegate.swift-46
- react-native/ios-swift-cocoapods/ios-swift-cocoapods/Assets.xcassets/AppIcon.appiconset/Contents.json-93
- react-native/ios-swift-cocoapods/ios-swift-cocoapods/Base.lproj/LaunchScreen.storyboard-25
- react-native/ios-swift-cocoapods/ios-swift-cocoapods/Base.lproj/Main.storyboard-56
- react-native/ios-swift-cocoapods/ios-swift-cocoapods/Info.plist-56
- react-native/ios-swift-cocoapods/ios-swift-cocoapods/ReactViewController.swift-38
- react-native/ios-swift-cocoapods/ios-swift-cocoapods/ViewController.swift-25
- react-native/ios-swift-cocoapods/ios-swift-cocoapodsTests/Info.plist-22
- react-native/ios-swift-cocoapods/ios-swift-cocoapodsTests/ios_swift_cocoapodsTests.swift-36
- react-native/ios-swift-cocoapods/package.json-17
- react-native/ios-swift-cocoapods/yarn.lock-3.7k
- .travis.yml+5-3
- CHANGELOG.md+10
- Sentry.podspec+1-1
- Sources/Configuration/Sentry.xcconfig+1-1
- Sources/Sentry/SentryBreadcrumbStore.m+1-13
- Sources/Sentry/SentryClient.m+34-9
- Sources/Sentry/SentryFileManager.m+29-2
- Sources/Sentry/SentryKSCrashReportConverter.m+4
- Sources/Sentry/SentryQueueableRequestManager.m+3-3
- Sources/Sentry/SentryRequestOperation.m+11-15
- Sources/Sentry/include/SentryClient.h+8
- Sources/Sentry/include/SentryDefines.h+15-1
- Sources/Sentry/include/SentryFileManager.h+2
- Sources/Sentry/include/SentryQueueableRequestManager.h+1-1
- Sources/Sentry/include/SentryRequestOperation.h+1-1
- Tests/SentryTests/SentryBreadcrumbTests.m-4
- Tests/SentryTests/SentryFileManagerTests.m+18
- Tests/SentryTests/SentryInterfacesTests.m+1
- Tests/SentryTests/SentryRequestTests.m+95-24
- docs/sentry-doc-config.json+1-1
- fastlane/Fastfile+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments