Skip to content

Commit c0263c4

Browse files
committed
v5.1.0
1 parent 7708df2 commit c0263c4

File tree

67 files changed

+26
-15
lines changed

Some content is hidden

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

67 files changed

+26
-15
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-5 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Instabug.framework/Versions/A/Headers/Instabug.h

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2014 by Instabug, Inc., all rights reserved.
77
8-
Version: 5.0.2
8+
Version: 5.1.0
99
*/
1010

1111
//===========================================================================================================================================
@@ -51,6 +51,11 @@
5151
*/
5252
+ (void)invokeWithInvocationMode:(IBGInvocationMode)invocationMode;
5353

54+
/**
55+
* Dismiss Instabug
56+
*/
57+
+ (void)dismiss;
58+
5459
//===========================================================================================================================================
5560

5661
//===========================================================================================================================================
@@ -109,6 +114,15 @@ void IBGLog(NSString *format, ...);
109114
*/
110115
+ (void)setCrashReportingEnabled:(BOOL)isReportingCrashes;
111116

117+
/**
118+
* Sets whether In-App Conversations button and notifications are displayed or not
119+
* If set to NO it disables push notifications as well
120+
*
121+
* Default = YES
122+
* @param isInAppConversationsEnabled isInAppConversationsEnabled
123+
*/
124+
+ (void)setInAppConversationsEnabled:(BOOL)isInAppConversationsEnabled;
125+
112126
/**
113127
* Sets the block of code that gets executed just before sending the bug report.
114128
*
@@ -250,24 +264,21 @@ void IBGLog(NSString *format, ...);
250264
//===========================================================================================================================================
251265

252266
/**
253-
* Manually reports a bug without showing any UI elements
254-
* @param comment comment(optional)
255-
* @param screenshot screenshot(optional)
267+
* Manually reports an exception
268+
* @param exception exception(required)
256269
*/
257-
+ (void)reportBugWithComment:(NSString *)comment screenshot:(UIImage *)screenshot;
270+
+ (void)reportException:(NSException *)exception;
258271

259-
/**
260-
* Manually send a feedback without showing any UI elements
261-
* @param comment comment(optional)
262-
* @param screenshot screenshot(optional)
263-
*/
264-
+ (void)reportFeedbackWithComment:(NSString *)comment screenshot:(UIImage *)screenshot;
272+
//===========================================================================================================================================
273+
274+
//===========================================================================================================================================
275+
/** @name In-App Conversations */
276+
//===========================================================================================================================================
265277

266278
/**
267-
* Manually reports an exception
268-
* @param exception exception(required)
279+
* Open conversations view
269280
*/
270-
+ (void)reportException:(NSException *)exception;
281+
+ (void)invokeConversations;
271282

272283
//===========================================================================================================================================
273284

102 KB
Binary file not shown.

Instabug.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Instabug"
3-
s.version = "5.0.2"
3+
s.version = "5.1.0"
44
s.summary = "Bug reporting for mobile apps. Learn more at http://instabug.com"
55
s.homepage = "http://instabug.com"
66
s.license = {

0 commit comments

Comments
 (0)