File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
src/SymbolCollector.Android Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.2.2
4+
5+ ### Various fixes & improvements
6+
7+ - add Serilog integration for Structured Logs (#244 ) by @Flash0ver
8+ - Use ` Random.Shared ` instead of instantiating ` Random ` (#243 ) by @seer-by-sentry
9+
310## 2.2.1
411
512### Various fixes & improvements
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <Authors >Sentry Team and Contributors</Authors >
4- <Version >2.2.1 </Version >
4+ <Version >2.2.2 </Version >
55 <Company >Sentry.io</Company >
66 <LangVersion >latest</LangVersion >
77 <Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 android : versionCode =" 1"
4- android : versionName =" 2.2.1 "
4+ android : versionName =" 2.2.2 "
55 package =" io.sentry.symbolcollector.android" >
66 <uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 35" />
77 <uses-permission android : name =" android.permission.INTERNET" />
You can’t perform that action at this time.
0 commit comments