Skip to content

Commit 87a562e

Browse files
CodeHexkattrali
authored andcommitted
NotifyLevel change to be static (#29)
1 parent 015df3a commit 87a562e

File tree

156 files changed

+305
-300
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+305
-300
lines changed

Bugsnag.unitypackage

420 Bytes
Binary file not shown.

example/Assets/Buttons.unity

-48 Bytes
Binary file not shown.

example/Assets/NotifyButtonScript.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ void Start () {
4545
Bugsnag.SetUser ("user-id", "User Name", "[email protected]");
4646
Bugsnag.ReleaseStage = "staging";
4747
Bugsnag.AppVersion = "1.2.3-alpha";
48+
Bugsnag.NotifyLevel = Bugsnag.LogSeverity.Warning;
4849
}
4950

5051
// Update is called once per frame
0 Bytes
Binary file not shown.

example/Assets/Plugins/Android/bugsnag-android-release.aar.meta

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

example/Assets/Plugins/OSX/bugsnag-osx.bundle/Contents/Frameworks/Bugsnag.framework/Bugsnag.meta

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/Assets/Plugins/OSX/bugsnag-osx.bundle/Contents/Frameworks/Bugsnag.framework/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>15E65</string>
6+
<string>15F34</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>

example/Assets/Plugins/OSX/bugsnag-osx.bundle/Contents/Frameworks/Bugsnag.framework/Resources/Info.plist.meta

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)