-
-
Notifications
You must be signed in to change notification settings - Fork 277
Add integration for logging package #631
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 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
e35f77f
Logging Integration
ueman a3852fb
CI
ueman 5e6f17a
Readme
ueman 4e8e47c
fix path
ueman dc02e35
only build logging when necessary
ueman 5ddae9d
Update sentry_logging/pubspec.yaml
ueman 74b7cce
Update sentry_logging/pubspec.yaml
ueman 020462a
always build
ueman 326fe43
pr feedback
ueman 4ebcde8
don't build dart/flutter if just logging is changed
ueman 96894a7
fix ci
ueman 820ec00
fix coverage
ueman 8d83f84
Update sentry_logging/CHANGELOG.md
ueman 66c974a
Update sentry_logging/lib/src/version.dart
ueman a229695
use async await
ueman 72b5d2c
remove to string
ueman dd2f5fa
Rename folder to logging + symlink changelog
ueman c905ab2
Merge remote-tracking branch 'origin/main' into feat/logging
ueman 04c4fcc
PR Feedback
ueman 0d4805b
return some value
ueman 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
Rename folder to logging + symlink changelog
- Loading branch information
commit dd2f5fa951be1d1a33202abfc678d73f098081a9
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ jobs: | |
| timeout-minutes: 20 | ||
| defaults: | ||
| run: | ||
| working-directory: ./sentry_logging | ||
| working-directory: ./logging | ||
| strategy: | ||
| fail-fast: false | ||
| matrix: | ||
|
|
@@ -50,12 +50,12 @@ jobs: | |
| if: runner.os == 'Linux' | ||
| with: | ||
| name: sentry | ||
| file: ./sentry_logging/coverage/lcov.info | ||
| file: ./logging/coverage/lcov.info | ||
|
|
||
| - uses: VeryGoodOpenSource/[email protected] | ||
| if: runner.os == 'Linux' | ||
| with: | ||
| path: "./sentry_logging/coverage/lcov.info" | ||
| path: "./logging/coverage/lcov.info" | ||
| min_coverage: 90 | ||
|
|
||
| analyze: | ||
|
|
||
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
File renamed without changes.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../CHANGELOG.md |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
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.
Uh oh!
There was an error while loading. Please reload this page.