Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

hook all Dirac's console errors and report them as Internal Dirac Errors

Open
#76 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
30/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
clojure, javascript
Domain
devtools, tooling

Research direction

Start by tracing error handling around Main.Main._initializeTarget and the TargetManager.js call sites shown in the stack trace. Reproduce the reported console error and identify how other console errors are currently surfaced. Done means all Dirac console errors, including this TypeError, are reported as Internal Dirac Errors.

Written by the indexing model from the issue text.

Description

enhancement

This error wasn't reported as Dirac Internal Error:

Uncaught TypeError: this._targetAgent.setAttachToFrames is not a function
    at new SDK.ChildTargetManager (TargetManager.js:409)
    at SDK.TargetManager.createTarget (TargetManager.js:224)
    at SDK.TargetManager._connectAndCreateMainTarget (TargetManager.js:351)
    at SDK.TargetManager.connectToMainTarget (TargetManager.js:323)
    at Main.Main._initializeTarget (Main.js:291)

https://travis-ci.org/binaryage/dirac/builds/335463548

Dominant language
Clojure
Stars
775
Forks
29
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from binaryage/dirac

All issues in binaryage/dirac

Similar issues

More Clojure issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.