-
-
Notifications
You must be signed in to change notification settings - Fork 56
fix: Moved late option mutation into Init
#2239
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
62 commits
Select commit
Hold shift + click to select a range
14427b6
initial working implementation
bitsandfoxes bb4dbc0
fixed using in smoketester
bitsandfoxes 0f97f0b
we actually need both. idk if that's great. doesn't look great
bitsandfoxes a76e957
bumped .NET to have the comment
bitsandfoxes e494279
Updated CHANGELOG.md
bitsandfoxes df211a3
bumped to cleaned up version of .NET
bitsandfoxes 19c4e78
added services logging to init
bitsandfoxes 00e788a
added summary to platformservices
bitsandfoxes bfcd0f1
fixed namespaces
bitsandfoxes 4448334
cleaned up bugfarmbuttons
bitsandfoxes 232833c
namespace clean followup
bitsandfoxes bcbb551
fixed qualification
bitsandfoxes deb6aa7
moved scenetracing integration into the SDK
bitsandfoxes a66a5a6
updated CI to 2020
bitsandfoxes 857e492
env bump
bitsandfoxes eefad70
removed now redundant test
bitsandfoxes 16c9fcf
bumped uniy-of-bugs to 2020
bitsandfoxes 6542706
updated the package
bitsandfoxes b48e60d
removed now redundant asmdef
bitsandfoxes 76e05b2
Updated CHANGELOG.md
bitsandfoxes 3fa372c
missing option field?
bitsandfoxes 1f5e5cc
merged unity 2019 drop
bitsandfoxes 83deeec
finished fixing the startup tracing
bitsandfoxes 011ba1d
merged main
bitsandfoxes 2a46b5f
bump android API level to 21 for 2020
bitsandfoxes 7ac68be
Merge branch 'fix/android-2020-ci' into fix/initialization
bitsandfoxes 43f5ae9
updated test to ignore harmless warning
bitsandfoxes ad0ae02
move startup tracing into the SDK
bitsandfoxes bb6f80a
.
bitsandfoxes c53ccb5
fix naming
bitsandfoxes d100d4f
Format code
getsentry-bot 7faafb9
added tests
bitsandfoxes 490e033
merged
bitsandfoxes 2f42440
Format code
getsentry-bot d2709d1
updated snapshot
bitsandfoxes 326dc32
Merge branch 'chore/cleanup-init' of https://github.com/getsentry/sen…
bitsandfoxes 1183370
.
bitsandfoxes f1388b4
merged the init cleanup
bitsandfoxes 594dc4a
fixed test
bitsandfoxes 3bfc5fa
use platform services where applicable
bitsandfoxes 0843ba5
forgot webgl
bitsandfoxes a4cbc59
rename setup platform services
bitsandfoxes 32876ac
public close cutback
bitsandfoxes 0b8a02f
moved late integrations and sumsuch into init
bitsandfoxes 7d0ffca
Updated CHANGELOG.md
bitsandfoxes c6cbb0c
review
bitsandfoxes 2ed2686
Merge branch 'fix/initialization' into fix/new-init-options-creation
bitsandfoxes 3a2328b
Format code
getsentry-bot 4379954
Format code
getsentry-bot 26567b3
Updated CHANGELOG.md
bitsandfoxes 24c4d94
Merge branch 'fix/new-init-options-creation' of https://github.com/ge…
bitsandfoxes 2e4b3db
Merge branch 'main' into chore/cleanup-init
bitsandfoxes 99bbb4d
Merge branch 'chore/cleanup-init' into fix/initialization
bitsandfoxes d67b2b9
Merge branch 'fix/initialization' of https://github.com/getsentry/sen…
bitsandfoxes 70222d3
Merge branch 'fix/initialization' into fix/new-init-options-creation
bitsandfoxes 502873b
merged main
bitsandfoxes e518e8e
finished up on merge conflicts and ctor cleanup
bitsandfoxes 4d2d621
final touches
bitsandfoxes a618ce8
missed a test
bitsandfoxes 758ba57
Updated CHANGELOG.md
bitsandfoxes 1dd06bb
cleanup
bitsandfoxes 5c25980
renamed
bitsandfoxes 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got rid of a redundant
internal
constructor.