Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuyen-vuduc/datadog-ios-dotnet-binding
.NET iOS binding library for Datadog iOS SDK
https://github.com/tuyen-vuduc/datadog-ios-dotnet-binding
Last synced: 19 days ago
JSON representation
.NET iOS binding library for Datadog iOS SDK
- Host: GitHub
- URL: https://github.com/tuyen-vuduc/datadog-ios-dotnet-binding
- Owner: tuyen-vuduc
- License: other
- Created: 2024-03-27T21:26:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T21:31:49.000Z (8 months ago)
- Last Synced: 2024-05-02T05:02:06.365Z (7 months ago)
- Language: C#
- Homepage: https://tuyen-vuduc.tech
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Datahog SDK for iOS
## Tools
- [Carthage](https://github.com/Carthage/Carthage)
- [Objective Sharpie](https://learn.microsoft.com/en-us/xamarin/cross-platform/macios/binding/objective-sharpie/)## Steps to create/update
- 1/ Install above mentioned Tools
- 2/ Run `carthage update --use-xcframeworks`
- 3/ Run `sh gen.sh`
- 4/ Try compiling and correct compilation issues# NOTES
## Dependency Tree
```
- 1. CrashReporter
- 2. DatadogCore
- 3. DatadogCrashReporting
- 1. CrashReporter
- 2. DatadogCore
- 4. DatadogInternal
- 2. DatadogCore
- 9. DatadogTrace
- 5. DatadogLogs
- 2. DatadogCore
- 4. DatadogInternal
- 6. DatadogObjc
- 2. DatadogCore
- 4. DatadogInternal
- 5. DatadogLogs
- 8. DatadogSessionReplay
- 9. DatadogTrace
- 7. DatadogRUM
- 2. DatadogCore
- 4. DatadogInternal
- 8. DatadogSessionReplay
- 2. DatadogCore
- 4. DatadogInternal
- 9. DatadogTrace
- 2. DatadogCore
- 10. DatadogWebViewTracking
- 2. DatadogCore
- 4. DatadogInternal
```# LICENSE
This repository is licensed under The 3-Clause BSD license. However, Datahog libraries are licensed as specified by [Datahog](https://github.com/DataDog/dd-sdk-ios).