-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature -> Develop | Added Datadog for Error monitoring and Logging #47
Open
we-meetkumar-s001
wants to merge
18
commits into
develop
Choose a base branch
from
feature/datadog
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
we-prajapati-c001
requested changes
Nov 18, 2024
lib/vaahextendflutter/services/logging_library/_cloud/datadog_logging_service.dart
Outdated
Show resolved
Hide resolved
To fix the imports issue easily, use this extension in Visual Studio Code, press |
- Added log methods in log file for datalog logs
@we-prajapati-c001 Changed are done, re validate all. |
Reviewed gave few minor suggestions, everything else LGTM |
we-prajapati-c001
force-pushed
the
feature/datadog
branch
from
November 22, 2024 05:40
5c64710
to
1fd6e52
Compare
we-prajapati-c001
force-pushed
the
feature/datadog
branch
from
November 22, 2024 05:45
1fd6e52
to
22943ea
Compare
we-prajapati-c001
force-pushed
the
feature/datadog
branch
from
November 22, 2024 05:46
22943ea
to
0b224c8
Compare
we-meetkumar-s001
force-pushed
the
feature/datadog
branch
from
November 22, 2024 08:08
6d40749
to
763fbf4
Compare
we-prajapati-c001
approved these changes
Nov 22, 2024
we-meetkumar-s001
force-pushed
the
feature/datadog
branch
from
November 22, 2024 08:14
763fbf4
to
a802942
Compare
- View added for errorType and datadog in debug sheet - Added console log for unimplemented methods for services - Moved ErrorType enum to env - Extend to implements for firebase service - Removed condition for firebase init
we-meetkumar-s001
force-pushed
the
feature/datadog
branch
from
November 22, 2024 08:19
a802942
to
79e0785
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Task #10861 > VaahFlutter > Error monitoring and Logging > Add DataDog Support
Time invested: hh:mm format | Billable: 30:00 | Non-Billable: 00:00
Problem Statement
Describe The Fix/ Solution You Implemented
Added 2 plugins for this implementation, using those created one service
DataDogLoggingService
. To use this we just need to add required configuration likeclientId
,bundleIdOfApp
,applicationId
into env variable and then we can use this feature.Proof of your testing (Demo link or video links or image links)
Dependencies
Merge Request Checklist