[FREE] Bugfender Extension

Introduction

Hello everyone! This is my first extension. it is an error, crash, issues logging bugfender extension.
I have used official bugfender sdk.

What is Bugfender?

Bugfender is a log storage service for application developers. Bugfender collects everything happening in the application, even if it doesn’t crash, in order to reproduce and resolve bugs more effectively and provide better customer support.

Blocks!

Properties Documentation

Blocks Description
SetToken 346x30 Set Bugfender Application Token.
SetDebug 350x30 Set Debug mode to true or false.

Methods Documentation

Blocks Description
Initialize 345x30 Initialize the Bugfender with a specified application token.
Issue 302x79 Send an issue log.
Crash 306x79 Send a crash log.
Debug 335x79 Send Debug log.
Error 324x79 Send an Error log.
Warning 345x79 Send a Warning log .
Trace 328x79 Send a Trace log.
Fatal 324x79 Send a Fatal log.

Download Extension

com.hritikr.bugfenderextension.aix (248.0 KB)

31 Likes

very nice @HritikR

1 Like

Mh its Nice

2 Likes

Congratulations @HritikR for your first extension I suggest you to make a guide of this extension .

3 Likes

@Midhlaj_am @techhamara91 Thank you

@Jinx I will update this post and add it :smiley: thank you

2 Likes

Wooooooow Nice Extension :smiling_face_with_three_hearts:

ezgif-2-a44460be28b0

2 Likes

Nice Exension :+1:

3 Likes

I see bugfender is awesome, but I’m still a little confused about its usefulness.

And @HritikR preferably, in your introduction please explains better what BugFender is.


this section is very nice to add in your introduction

Bugfender is a log storage service for application developers. Bugfender collects everything happening in the application, even if it doesn’t crash, in order to reproduce and resolve bugs more effectively and provide better customer support.

1 Like

@Salman_Dev Thanks for suggestion :slightly_smiling_face:

1 Like

And I want to suggest one more thing. I’ve seen the functions provided by BugFender on their website and I saw a lot of good functions, so I hope you can update your extension with more functions provided by them. Thank you :wink: :+1:t2:

1 Like

@Salman_Dev I will add them in the next update. :+1:

1 Like

If u need help in adding any function, ask me :wink: I love to help people

3 Likes
@SimpleFunction()
public void SetDeviceString(String email) {
Bugfender.setDeviceString("user email", email);
}
@SimpleFunction()
public void SendUserFeedback(String feedbackTitle, String feedbackMessage) {
Bugfender.sendUserFeedback(feedbackTitle, feedbackMessage);
}

Just add these :wink: @HritikR

3 Likes

Nice,
but expected ; or } at line 3 and 7.

2 Likes

:joy:

Pro came ! Actually I typed in a hurry

5 Likes

I don’t think there’s a need for… “SetDeviceString.”

I just suggested him, if he likes to add, he will add

:wink:

It’s not a matter of liking, it’s a matter of privacy. No one needs to have their email logged for no reason.

It is given in docs, have a look and also, it is just to set user email for better knowledge that on whose device, bug or crash occured

Hope you understand
:wink:

1 Like

But you don’t need to know… It’s not like you’re going to email them in the first place.