-
-
Notifications
You must be signed in to change notification settings - Fork 371
ref: Mark [SpanProtocol setExtraValue:forKey] as deprecated #2413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
106 commits
Select commit
Hold shift + click to select a range
b0aa62f
Sentry Swift
brustolin 65205f6
Updated references
brustolin 61997a2
Update TypeAlias.swift
brustolin 423aea1
Update project.pbxproj
brustolin 9f08056
Update tests
brustolin aa39ceb
remove SentryPerformance
brustolin 13379e5
Merge branch 'master' into feat/swift
brustolin 0911615
Update NotificationCenterTestCase.swift
brustolin 96c0aec
wip
brustolin 18f0139
Update NotificationCenterTestCase.swift
brustolin a2f875e
Merge branch 'master' into feat/swift
brustolin ac8c97c
Objc progress
brustolin 624e335
change to framework
brustolin 75e1930
more work
brustolin a2bb941
Update Sentry.xcscheme
brustolin 469993c
WatchOs Compile
brustolin e80bd68
update dependency
brustolin def3389
Merge branch 'master' into feat/swift
brustolin af05fc7
Auto sign and distribution
philipphofmann b725721
Config file
brustolin 1f07f60
Merge branch 'feat/swift' of https://github.com/getsentry/sentry-coco…
brustolin 22d6749
Merge branch 'master' into feat/swift
brustolin e1eb332
some update
brustolin 4fca18c
Merge branch 'feat/swift' of https://github.com/getsentry/sentry-coco…
brustolin 1261c72
framework sample
brustolin 139aae6
Update project.pbxproj
brustolin 09d2e49
Update Makefile
brustolin ee39ebd
Merge branch 'master' into feat/swift
brustolin 6f5d035
Update Sentry.podspec
brustolin fa902d2
Merge branch 'master' into feat/swift
brustolin 45100a6
update podspec
brustolin 51ca606
some fix
brustolin 5420a72
Cocoa pod should work
brustolin 2c7a928
Fix tests
brustolin 18a4900
Adding Sentry header
brustolin e80fadc
Update Sentry.podspec
brustolin 99f7dc7
Update add-sentry-to-vlc.patch
brustolin 18d0be6
Reverting SentryObjc.h to Sentry.h
brustolin d4ebaed
Yeap, we need SentryObjc
brustolin 516fdfd
tests
brustolin e9cc793
Define Sentry.modulemap
brustolin 8381895
Merge branch 'master' into feat/swift
brustolin 3479fe1
revert
brustolin a38db37
Merge branch 'master' into feat/swift
brustolin 25386e4
All over again
brustolin add046c
Tests
brustolin 6020920
Merge branch 'master' into feat/swift
brustolin 04253dc
Update Sentry.podspec
brustolin 8606b19
pod update
brustolin 21b0e2d
Update project.pbxproj
brustolin f69e00f
Update project.pbxproj
brustolin 1c16be6
gr
brustolin 7876424
brustolin
brustolin 3c3fbb2
cocoapods fix
brustolin 2ecb347
Reorganize things
brustolin 584436f
Update Sentry.podspec
brustolin c79c611
Merge branch 'master' into feat/swift
brustolin 19e777c
Merge branch 'master' into feat/swift
brustolin 0b0a1f4
updating meta
brustolin 221c860
More information
brustolin 9e7c555
Update CHANGELOG.md
brustolin 7d5e7d1
Merge branch 'master' into feat/swift
brustolin 097f3d1
Apply suggestions from code review
brustolin 7df3dae
docs
brustolin e1d01e0
Remove ViewControllerSanitizer
brustolin 27bd089
Merge branch 'master' into feat/swift
brustolin 40552f5
Update CHANGELOG.md
brustolin fc4efab
Merge branch 'master' into feat/swift
brustolin ad71f3d
Merge branch 'master' into feat/swift
brustolin 21d170d
Update project.pbxproj
brustolin 7376f54
SentryPrivate
brustolin 42d7e3f
Merge branch 'master' into feat/swift
brustolin e7f1c9d
Update project.pbxproj
brustolin d73af80
Update project.pbxproj
brustolin 05ee747
Update SentryPrivate.podspec
brustolin 24d6027
Update SentryPrivate.podspec
brustolin a7bd4c9
pod lint working
brustolin 20dbe28
Fix tests
brustolin ce7dd6a
Update integration tests
brustolin c520394
Docs
brustolin ed70d47
Update add-sentry-to-homekit.patch
brustolin d1aca42
Merge branch 'master' into feat/swift
brustolin 596825a
Update add-sentry-to-homekit.patch
brustolin 89a6e51
Merge branch 'feat/swift' of https://github.com/getsentry/sentry-coco…
brustolin d4be11a
Update add-sentry-to-homekit.patch
brustolin dbeb0a0
Update Sources/Sentry/include/SentrySwift.h
brustolin 8be92cd
Format code
getsentry-bot 347af03
Update main.swift
brustolin 0e90f96
Merge branch 'feat/swift' of https://github.com/getsentry/sentry-coco…
brustolin 58b4b71
Merge branch 'master' into feat/swift
brustolin c32dbe7
Update Makefile
brustolin 5572e3a
Merge branch 'master' into feat/swift
brustolin ff2996f
Merge branch 'master' into feat/swift
brustolin 3c2e914
Update SentryPrivate.podspec
brustolin 76d6d1d
Update Sentry.podspec
brustolin 11a5156
Update project.pbxproj
brustolin dc60847
Merge branch 'master' into feat/swift
brustolin d84ba8b
Delete SentryPrivate.xcscheme
brustolin 004d0be
Merge branch 'feat/swift' of https://github.com/getsentry/sentry-coco…
brustolin 56c9730
Merge branch 'master' into feat/swift
brustolin 1a85254
deprecate SpanProtocol setExtra
brustolin 8a4f0d0
Update CHANGELOG.md
brustolin ad48e90
Merge branch '8.0.0' into ref/mark-setextra-deprecated
philipphofmann f3b2fc2
Testing deprecated functions
brustolin f8a3901
Merge branch 'ref/mark-setextra-deprecated' of https://github.com/get…
brustolin b3a5e2c
Apply suggestions from code review
brustolin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.