[FREE] Bugfender Extension

:no_mouth:

It was written in docs, I just posted that code so that if he likes to add, he can add, Also, you may know significance of email-targeted bug tracking, he can mail the specific users using smtp that thanks for reporting the bug/ or he can see on whose device bug has occured

1 Like

You need to understand that an email isnā€™t linked to one device, it can be linked to multipleā€¦ It wouldnā€™t make a difference.

I donā€™t because I donā€™t collect emails to email people and say ā€œCongratulations! You found a bug.ā€

You can also do this in the application after the bug was ā€œreported.ā€ Thereā€™s no need to email the user afterwards and waste resources.

1 Like

@hammerhai you are right :+1:

I just suggested code to him, not asked him Add it right now!

3 Likes

there is an example of aia, or a video example. how to use it correctly?

I registered on the site. received a token. how to connect it correctly. I donā€™t know


1 Like

Hi @Dominick_Skidrow
You can set token using - SetToken 346x30
Then InitializeBugfender - Initialize 345x30
Use methods to send log

Methods Documentation

Blocks Description
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.
1 Like

how to implement it correctly?


or is it not obligatory to do and we only need a token ?

1 Like

will it be necessary to decompile the program and edit the manifest? :eyes:

1 Like

ss

2 Likes

much easier. than I thought. Thank you :eyes:

1 Like

how can I get the token . which website?

1 Like

Bugfender - Remote logs for your apps

2 Likes

send issue block should be on same screen where we initialized bugfinder or we can use it on another screen ?
and what is this text block ISSUE and OOPS ISSUE ??